mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
Enable local echo for all
(imported from commit 8c2e66009303b6937c7e0f1743293623e7404c3b)
This commit is contained in:
committed by
Jessica McKellar
parent
5dfd6eee2d
commit
f93ccd4df1
@@ -43,7 +43,6 @@ exports.show_autoscroll_forever_option = page_params.show_autoscroll_forever_opt
|
||||
// Still very beta:
|
||||
|
||||
exports.full_width = false; //page_params.staging;
|
||||
exports.local_echo = page_params.staging || is_customer4 || _.contains(['customer15.invalid'], page_params.domain);
|
||||
exports.cleanup_before_reload = page_params.staging;
|
||||
|
||||
// This list must match the list of domains in enqueue_digest_emails.
|
||||
@@ -59,6 +58,7 @@ exports.mark_read_at_bottom = true;
|
||||
exports.propagate_topic_edits = true;
|
||||
exports.clicking_notification_causes_narrow = true;
|
||||
exports.use_socket = true;
|
||||
exports.local_echo = true;
|
||||
|
||||
// Ready for deprecation.
|
||||
exports.collapsible = false;
|
||||
|
||||
Reference in New Issue
Block a user