mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Disable left-side-userlist on staging, as only CUSTOMER7 uses it
(imported from commit 62d9e908cdb3132e22a58efcceee1d06a68d71bb)
This commit is contained in:
@@ -35,7 +35,7 @@ exports.mandatory_topics = _.contains([
|
||||
page_params.domain
|
||||
);
|
||||
|
||||
exports.left_side_userlist = page_params.staging || _.contains(['customer7.invalid'], page_params.domain);
|
||||
exports.left_side_userlist = _.contains(['customer7.invalid'], page_params.domain);
|
||||
//This was set as a page_params variable already, because it's also used in
|
||||
//the settings.html django template. See zerver/views/__init__.py:home(request).
|
||||
exports.show_autoscroll_forever_option = page_params.show_autoscroll_forever_option;
|
||||
|
||||
Reference in New Issue
Block a user