mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
BUGFIX: do not push read-only signal to ALL sites
This commit is contained in:
@ -208,7 +208,7 @@ module Discourse
|
||||
end
|
||||
|
||||
def self.readonly_channel
|
||||
"/global/read-only"
|
||||
"/site/read-only"
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user