mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Remove feature_flags.always_open_compose from code.
The flag has been set to true for a while, so we removed the flag and a bit of dead code associated with it. This change should not affect any functionality on any realm. (imported from commit 8d457f52584173994d0e5e83ca326f892cd90057)
This commit is contained in:
		@@ -2,7 +2,6 @@ var feature_flags = (function () {
 | 
			
		||||
 | 
			
		||||
var exports = {};
 | 
			
		||||
 | 
			
		||||
exports.always_open_compose =  true;
 | 
			
		||||
exports.mark_read_at_bottom = page_params.staging;
 | 
			
		||||
exports.summarize_read_while_narrowed = page_params.staging;
 | 
			
		||||
exports.twenty_four_hour_time = _.contains([],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user