mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
message_events: Fix live update of message edit history.
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.
This commit is contained in:
@@ -7,6 +7,7 @@ zrequire('stream_data');
|
||||
zrequire('stream_topic_history');
|
||||
zrequire('unread');
|
||||
|
||||
set_global('$', global.make_zjquery());
|
||||
set_global('alert_words', {});
|
||||
set_global('condense', {});
|
||||
set_global('current_msg_list', {});
|
||||
|
||||
Reference in New Issue
Block a user