mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	It's not always clear whether user_ids are strings or integers, so we explicitly convert them to integers for sorting when creating keys for PMs. To keep the tests passing, this commit removes some unneeded defensive code in message_store.js that only applies to contrived test input.