mirror of https://github.com/zulip/zulip.git
Enable summarizing for CUSTOMER4
(imported from commit ce9f4a50a49a005e4801df73661299e2a8de7abf)
This commit is contained in:
parent
2eb8c6aae3
commit
effccb12ab
|
@ -3,7 +3,11 @@ var feature_flags = (function () {
|
||||||
var exports = {};
|
var exports = {};
|
||||||
|
|
||||||
exports.mark_read_at_bottom = page_params.staging ||
|
exports.mark_read_at_bottom = page_params.staging ||
|
||||||
_.contains(['mit.edu'], page_params.domain);
|
_.contains(['mit.edu',
|
||||||
|
'customer4.invalid',
|
||||||
|
'users.customer4.invalid'
|
||||||
|
],
|
||||||
|
page_params.domain);
|
||||||
exports.summarize_read_while_narrowed = page_params.staging;
|
exports.summarize_read_while_narrowed = page_params.staging;
|
||||||
exports.twenty_four_hour_time = _.contains([],
|
exports.twenty_four_hour_time = _.contains([],
|
||||||
page_params.email);
|
page_params.email);
|
||||||
|
|
Loading…
Reference in New Issue