mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	enterprise => voyager
(imported from commit 04be792bb480d5e5db1c91d296d1000cf1682571)
This commit is contained in:
		@@ -11,8 +11,8 @@ var customer4_realms = [
 | 
			
		||||
];
 | 
			
		||||
var is_customer4 = _.contains(customer4_realms, page_params.domain);
 | 
			
		||||
 | 
			
		||||
// Enterprise-related flags
 | 
			
		||||
exports.do_not_share_the_love = page_params.enterprise;
 | 
			
		||||
// Voyager-related flags
 | 
			
		||||
exports.do_not_share_the_love = page_params.voyager;
 | 
			
		||||
 | 
			
		||||
// Manually-flipped debugging flags
 | 
			
		||||
exports.log_send_times = false;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user