mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	settings: Refine logic to hide summarize topic setting.
The previous logic had it invisible always, even if the server_can_summarize_topics was enabled.
This commit is contained in:
		@@ -356,7 +356,8 @@
 | 
			
		||||
                      }}
 | 
			
		||||
                {{/if}}
 | 
			
		||||
 | 
			
		||||
                <div class="disabled-unfinished-feature" style="display: none">
 | 
			
		||||
                <div class="disabled-unfinished-feature"
 | 
			
		||||
                  {{#unless server_can_summarize_topics}}style="display: none"{{/unless}}>
 | 
			
		||||
                    {{#unless server_can_summarize_topics}}
 | 
			
		||||
                        <div class="tip">
 | 
			
		||||
                            {{#if is_plan_self_hosted}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user