mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Previously, set_muted_topics was calling update_unread_counts once for each topic in the input; this results in poor performance when there is a large number of muted topics. Fixes: #3605