mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 18:43:52 +00:00
edit: Fix traceback when saving edits to unsent messages.
7b0c6459b4 accidentally failed to update
one of the calleers of update_private_messages, resulting in this code
path failing consistently.
Fixes #2416.
This commit is contained in:
@@ -206,7 +206,7 @@ exports.edit_locally = function edit_locally(message, raw_content, new_topic) {
|
||||
message_list.narrowed.view.rerender_messages([message]);
|
||||
}
|
||||
stream_list.update_streams_sidebar();
|
||||
stream_list.update_private_messages();
|
||||
pm_list.update_private_messages();
|
||||
};
|
||||
|
||||
exports.reify_message_id = function reify_message_id(local_id, server_id) {
|
||||
|
||||
Reference in New Issue
Block a user