mirror of
https://github.com/discourse/discourse.git
synced 2025-08-21 19:11:18 +08:00
BUGFIX: do not push read-only signal to ALL sites
This commit is contained in:
parent
c8795d8aa4
commit
a682c8fc91
2 changed files with 2 additions and 2 deletions
|
@ -208,7 +208,7 @@ module Discourse
|
|||
end
|
||||
|
||||
def self.readonly_channel
|
||||
"/global/read-only"
|
||||
"/site/read-only"
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue