mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	This adds a way to keep track of max_message_id of a stream and fetch it using the method get_max_message_id(). This will be useful for sorting streams by most recent activity which will be implemented in the upcoming commit. Essentially rewritten by tabbott to have a coherent tracking system, and provide documentation. Part of #10794.