mirror of https://github.com/zulip/zulip.git
Turn on single message narrowing for everybody.
(imported from commit b860ce0d48157462b432d9b915edca67a8e03556)
This commit is contained in:
parent
688cc4963c
commit
a74d503d51
|
@ -48,14 +48,11 @@ exports.mark_read_at_bottom = true;
|
|||
exports.propagate_topic_edits = true;
|
||||
exports.summarize_read_while_narrowed = false;
|
||||
exports.show_huddles = true;
|
||||
exports.single_message_narrowing = true;
|
||||
|
||||
// Ready for deprecation.
|
||||
exports.collapsible = false;
|
||||
|
||||
|
||||
exports.single_message_narrowing = page_params.staging ||
|
||||
_.contains(['customer12.invalid', 'customer10.invalid'], page_params.domain);
|
||||
|
||||
return exports;
|
||||
|
||||
}());
|
||||
|
|
Loading…
Reference in New Issue