mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	[notify] Turn on negated search for all realms.
This fixes #730, which includes any customers we want to notify about the feature being pushed. (imported from commit c60959ddd7c61ea8e014e984047e9f7bc0d59296)
This commit is contained in:
		@@ -48,7 +48,6 @@ exports.cleanup_before_reload = page_params.staging || is_customer4;
 | 
			
		||||
// This list must match the list of domains in enqueue_digest_emails.
 | 
			
		||||
exports.dont_show_digest_email_setting = _.contains(["mit.edu", "customer29.invalid", "customer20.invalid"],
 | 
			
		||||
                                                    page_params.domain);
 | 
			
		||||
exports.negated_search = page_params.staging || _.contains(['randomfish.org'], page_params.domain);
 | 
			
		||||
 | 
			
		||||
exports.fade_at_stream_granularity = page_params.staging;
 | 
			
		||||
 | 
			
		||||
@@ -59,6 +58,7 @@ exports.propagate_topic_edits = true;
 | 
			
		||||
exports.clicking_notification_causes_narrow = true;
 | 
			
		||||
exports.use_socket = true;
 | 
			
		||||
exports.local_echo = true;
 | 
			
		||||
exports.negated_search = true;
 | 
			
		||||
 | 
			
		||||
// Ready for deprecation.
 | 
			
		||||
exports.collapsible = false;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user