mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Remove enable_whispers site setting (#19196)
* DEV: Remove enable_whispers site setting Whispers are enabled as long as there is at least one group allowed to whisper, see whispers_allowed_groups site setting. * DEV: Always enable whispers for admins if at least one group is allowed.
This commit is contained in:
@@ -1616,7 +1616,7 @@ RSpec.describe Post do
|
||||
end
|
||||
|
||||
it "will update topic updated_at for all topic related events" do
|
||||
SiteSetting.enable_whispers = true
|
||||
SiteSetting.whispers_allowed_groups = "#{Group::AUTO_GROUPS[:staff]}"
|
||||
|
||||
post = updates_topic_updated_at do
|
||||
create_post(topic_id: topic.id, post_type: Post.types[:whisper])
|
||||
|
||||
Reference in New Issue
Block a user