mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	The function message_send_error was messing up on calls to message.get when we were passing in string versions of `local_id`. Now we pass in float ids. This fixes a traceback where we tried to set `.failed_request` on to an `undefined` value that we had instead expected to be a locally echoed message from our message store.