mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
This commit adds code to live update the message edit history. Message edit history is fetched and rendered again if the edit history modal is open. This also adds 'data-message-id' attribute to 'message-history' when opening history modal element which is used for checking whether the history modal opened is of the message which is edited. Fixes #15051.