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:
parent
38ef49a2f2
commit
ea3bc697e2
2 changed files with 0 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue