mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	hash_util: Set channel URL based on user setting.
We now render channel feed URL or channel topics list URL in all elements based on user setting.
This commit is contained in:
		@@ -452,7 +452,7 @@ function format_stream(stream_id: number): StreamContext {
 | 
			
		||||
        is_muted: stream_info.is_muted,
 | 
			
		||||
        stream_color: stream_color.get_stream_privacy_icon_color(stream_info.color),
 | 
			
		||||
        stream_header_color: stream_color.get_recipient_bar_color(stream_info.color),
 | 
			
		||||
        stream_url: hash_util.by_stream_url(stream_id),
 | 
			
		||||
        stream_url: hash_util.channel_url_by_user_setting(stream_id),
 | 
			
		||||
        stream_id,
 | 
			
		||||
        // Will be displayed if any topic is visible.
 | 
			
		||||
        is_hidden: true,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user