mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 12:54:58 +00:00
Use the event system to sync onboarding steps across browser tabs.
(imported from commit 29311390133aca8f3a3d79fbe06dbbcabc4fb6ea)
This commit is contained in:
committed by
Jessica McKellar
parent
976ceb2a1d
commit
a4c5c24029
@@ -810,6 +810,9 @@ function get_updates(options) {
|
||||
case 'restart':
|
||||
reload.initiate();
|
||||
break;
|
||||
case 'onboarding_steps':
|
||||
onboarding.set_step_info(event.steps);
|
||||
break;
|
||||
case 'realm_user':
|
||||
if (event.op === 'add') {
|
||||
add_person(event.person);
|
||||
|
||||
Reference in New Issue
Block a user