mirror of https://github.com/zulip/zulip.git
[customer] Enable single message narrowing for CUSTOMER10.
(imported from commit 2734315a3b7bd0a872048406b886d197c3c3cad6)
This commit is contained in:
parent
788943887a
commit
53e3435a77
|
@ -55,7 +55,9 @@ exports.summarize_read_while_narrowed = false;
|
||||||
exports.collapsible = false;
|
exports.collapsible = false;
|
||||||
|
|
||||||
|
|
||||||
exports.single_message_narrowing = page_params.staging || ('customer12.invalid' === page_params.domain);
|
exports.single_message_narrowing = page_params.staging ||
|
||||||
|
_.contains(['customer12.invalid', 'customer10.invalid'], page_params.domain);
|
||||||
|
|
||||||
return exports;
|
return exports;
|
||||||
|
|
||||||
}());
|
}());
|
||||||
|
|
Loading…
Reference in New Issue