mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
Turn on single message narrowing for everybody.
(imported from commit b860ce0d48157462b432d9b915edca67a8e03556)
This commit is contained in:
@@ -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;
|
||||
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user