diff --git a/app/javascript/profileDropdown/blockButton.js b/app/javascript/profileDropdown/blockButton.js index 5743f7302..68d2a687b 100644 --- a/app/javascript/profileDropdown/blockButton.js +++ b/app/javascript/profileDropdown/blockButton.js @@ -48,7 +48,6 @@ export function initBlock() { `Are you sure you want to block this person? This will: - prevent them from commenting on your posts - block all notifications from them - - prevent them from messaging you via Connect - hide their posts from your feed`, ); if (confirmBlock) { diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 0b8d320db..b3f364103 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -118,7 +118,6 @@ RSpec.configure do |config| allow_any_instance_of(CarrierWave::Downloader::Base) .to receive(:skip_ssrf_protection?).and_return(true) # rubocop:enable RSpec/AnyInstance - # Enable the Connect feature flag for tests # Doing this via a stub gets rid of the following error: # "Please stub a default value first if message might be received with other args as well." allow(FeatureFlag).to receive(:enabled?).and_call_original