Turn on single message narrowing for everybody.

(imported from commit b860ce0d48157462b432d9b915edca67a8e03556)
This commit is contained in:
Steve Howell 2013-11-22 15:33:23 -05:00
parent 688cc4963c
commit a74d503d51
1 changed files with 1 additions and 4 deletions

View File

@ -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;
}());