mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 16:01:58 +00:00
Don't always claim that the application has been updated when reloading
I don't love the default reloading message, but I'm not sure how to tell the user why we need to reload in several cases. (imported from commit 5f2eecdb0d83f31bd60673b247e8aac8f08ce20f)
This commit is contained in:
@@ -838,7 +838,7 @@ function get_updates(options) {
|
||||
new_pointer = event.pointer;
|
||||
break;
|
||||
case 'restart':
|
||||
reload.initiate();
|
||||
reload.initiate({message: "The application has been updated; reloading!"});
|
||||
break;
|
||||
case 'onboarding_steps':
|
||||
onboarding.set_step_info(event.steps);
|
||||
|
||||
Reference in New Issue
Block a user