mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
Rename get_updates to get_events in the frontend.
We did this rename on the backend ages ago. (imported from commit 11bdf6aa08d932fe2586de282f6174e3dba7267a)
This commit is contained in:
@@ -327,7 +327,7 @@ function finale() {
|
||||
is_running = false;
|
||||
current_msg_list.clear();
|
||||
// Force a check on new events before we re-render the message list.
|
||||
server_events.force_get_updates();
|
||||
server_events.force_get_events();
|
||||
stream_data.set_stream_info(real_stream_info);
|
||||
util.show_first_run_message();
|
||||
current_msg_list.rerender();
|
||||
|
||||
Reference in New Issue
Block a user