mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +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
 | 
					    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
 | 
					//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).
 | 
					//the settings.html django template. See zerver/views/__init__.py:home(request).
 | 
				
			||||||
exports.show_autoscroll_forever_option = page_params.show_autoscroll_forever_option;
 | 
					exports.show_autoscroll_forever_option = page_params.show_autoscroll_forever_option;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user