mirror of https://github.com/zulip/zulip.git
Push message summarization (and its unread model) to MIT
(imported from commit 42ba7c56af5ea9f9281cb8b4a5ddc491b8446a22)
This commit is contained in:
parent
147362f87d
commit
e97f07605a
|
@ -2,7 +2,8 @@ var feature_flags = (function () {
|
|||
|
||||
var exports = {};
|
||||
|
||||
exports.mark_read_at_bottom = page_params.staging;
|
||||
exports.mark_read_at_bottom = page_params.staging ||
|
||||
_.contains(['mit.edu'], page_params.domain);
|
||||
exports.summarize_read_while_narrowed = page_params.staging;
|
||||
exports.twenty_four_hour_time = _.contains([],
|
||||
page_params.email);
|
||||
|
|
Loading…
Reference in New Issue