Push message summarization (and its unread model) to MIT

(imported from commit 42ba7c56af5ea9f9281cb8b4a5ddc491b8446a22)
This commit is contained in:
Jeff Arnold 2013-08-23 14:39:11 -04:00
parent 147362f87d
commit e97f07605a
1 changed files with 2 additions and 1 deletions

View File

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