mirror of https://github.com/zulip/zulip.git
Add a feature flag for local echo
(imported from commit 8aad03929333c77da62160aeb58013a0844c6eab)
This commit is contained in:
parent
6d332151d2
commit
9b42cdd826
|
@ -42,6 +42,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 = page_params.staging;
|
||||
|
||||
exports.show_digest_email_setting = page_params.staging;
|
||||
|
||||
|
|
Loading…
Reference in New Issue