mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Remove transitional show_huddles flag.
(imported from commit 37f6cdb4f62076faa1e977ec9b0a53cc461f0d11)
This commit is contained in:
		@@ -208,7 +208,7 @@ exports.update_huddles = function () {
 | 
			
		||||
 | 
			
		||||
    var huddles = exports.get_huddles().slice(0, 10);
 | 
			
		||||
 | 
			
		||||
    if (huddles.length === 0 || !feature_flags.show_huddles) {
 | 
			
		||||
    if (huddles.length === 0) {
 | 
			
		||||
        section.hide();
 | 
			
		||||
        return;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user