mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
Disable summarization via feature flags.
(imported from commit 8176b5364ee0b9f4be7cfe9ce65f502dec116d15)
This commit is contained in:
parent
6382c417cf
commit
4a29f1002d
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user