Removing a JS message about connect (#16982)

* Removing a JS message about connect

Related to forem/forem#14734

* Remvoing another reference

I ran `rg Connect[^i]` to see about any remaining references to
Connect.  This one seems to be the last.
This commit is contained in:
Jeremy Friesen 2022-03-23 12:30:59 -04:00 committed by GitHub
parent 38ef49a2f2
commit ea3bc697e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -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) {

View file

@ -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