mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Previously, while using "with" operator, even when the narrow was not updated by the operator, hash change requests were made. This commit introduces a new variable - "narrow_requires_hash_change" which determines whether the narrow was updated and thus requires a hash change or not. Fixes #30862