mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-30 19:43:47 +00:00 
			
		
		
		
	We've had this kind of hacky setting called message_view_only for a long time in the hotkeys code, and it originally helped optimize the code a bit. It wasn't well maintained, and people started adding non-message-view behavior to the arrow keys without flipping that flag to false. This change finally flips the flag to false, which simplifies some of our logic.