mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 15:58:17 +08:00
DEV: Remove experimental site setting for chat threads (#22720)
We are removing the experimental site setting. Admins can now decide on a per channel basis to enable/disable threading. It's disabled by default.
This commit is contained in:
@ -178,7 +178,6 @@ RSpec.describe "Channel - Info - Settings page", type: :system do
|
||||
end
|
||||
|
||||
it "can enable threading" do
|
||||
SiteSetting.enable_experimental_chat_threaded_discussions = true
|
||||
chat_page.visit_channel_settings(channel_1)
|
||||
|
||||
expect {
|
||||
|
Reference in New Issue
Block a user