Move get_updates into a module.

(imported from commit 9a6c0ab1e76dd96abad8626bc5b1fdbd234b2645)
This commit is contained in:
Tim Abbott
2014-01-30 13:25:25 -05:00
committed by Steve Howell
parent 33690d1dc6
commit a7b1b29bf0
8 changed files with 319 additions and 300 deletions

View File

@@ -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.
force_get_updates();
server_events.force_get_updates();
stream_data.set_stream_info(real_stream_info);
util.show_first_run_message();
current_msg_list.rerender();