mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
Re-enable local echo for staging
(imported from commit e8b579e2289271732d3998cbe16854e39e55d5d6)
This commit is contained in:
@@ -43,7 +43,7 @@ exports.show_autoscroll_forever_option = page_params.show_autoscroll_forever_opt
|
||||
// Still very beta:
|
||||
|
||||
exports.full_width = false; //page_params.staging;
|
||||
exports.local_echo = false; // page_params.staging;
|
||||
exports.local_echo = page_params.staging;
|
||||
|
||||
exports.show_digest_email_setting = page_params.staging;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user