Disable summarization via feature flags.

(imported from commit 8176b5364ee0b9f4be7cfe9ce65f502dec116d15)
This commit is contained in:
Waseem Daher 2013-11-01 13:55:48 -04:00
parent 6382c417cf
commit 4a29f1002d

View File

@ -47,8 +47,8 @@ exports.use_socket = page_params.staging;
// Still burning in...
exports.mark_read_at_bottom = true;
exports.summarize_read_while_narrowed = true;
exports.propagate_topic_edits = true;
exports.summarize_read_while_narrowed = false;
// Ready for deprecation.
exports.collapsible = false;