mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
* Remove old topic and reprocess both old and new topic to ensure that we are correctly storing the last_msg_id of users in the topic. Also, Handle topic's stream (& topic) edit updates. * Add function to get all messages in a topic in message_utils.js. * Send topic edit event to recent_senders. * Add func get sorted list of recent_senders to topic. The function will be useful to handle topic edits in Recent Topic UI.