mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Turn on propagate_topic_edits for everybody.
(imported from commit 936d2417120af5e9798638e0575724d45b9a207f)
This commit is contained in:
committed by
Leo Franchi
parent
eb23464eaa
commit
d5f14e3bb7
@@ -22,8 +22,7 @@ exports.mandatory_topics = _.contains([
|
||||
|
||||
exports.collapsible = false;
|
||||
|
||||
exports.propagate_topic_edits = page_params.staging ||
|
||||
_.contains(['customer7.invalid', 'customer9.invalid'], page_params.domain);
|
||||
exports.propagate_topic_edits = true;
|
||||
|
||||
var customer4_realms = [
|
||||
'customer4.invalid',
|
||||
|
||||
Reference in New Issue
Block a user