mirror of https://github.com/zulip/zulip.git
Disable full width feature flag
(imported from commit 0972fcbac759c31daf779c8a3e401c403d7ac9d3)
This commit is contained in:
parent
02116e2b63
commit
40eed36499
|
@ -43,7 +43,7 @@ exports.show_autoscroll_forever_option = page_params.show_autoscroll_forever_opt
|
||||||
// Still very beta:
|
// Still very beta:
|
||||||
exports.use_socket = page_params.staging;
|
exports.use_socket = page_params.staging;
|
||||||
|
|
||||||
exports.full_width = page_params.staging;
|
exports.full_width = false; //page_params.staging;
|
||||||
|
|
||||||
exports.show_digest_email_setting = page_params.staging;
|
exports.show_digest_email_setting = page_params.staging;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue