mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	The earlier version of the comment implied that we want to remove the features and not the flags that hide those features.
		
			
				
	
	
		
			6 lines
		
	
	
		
			206 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			206 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
// The features below have all settled into their final states and the flags
 | 
						|
// below can be removed when we get a chance.
 | 
						|
exports.reminders_in_message_action_menu = false;
 | 
						|
 | 
						|
window.feature_flags = exports;
 |