mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Previously, the "stream_topic_history" used to store unacked float message ids as well in its "max_message_id" of stream and "message_id" of topic histories. This commit updates it to rather store only the acked message ids here, and rather use the "echo_state" module so as to look up for unacked messages in case of looking for recent topics, or max message id in functions.