mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
server_events_dispatch: Fix live-update of email_address_visibility.
This commit is contained in:
@@ -733,6 +733,11 @@ export function dispatch_normal_event(event) {
|
||||
activity.redraw_user(page_params.user_id);
|
||||
break;
|
||||
}
|
||||
if (event.property === "email_address_visibility") {
|
||||
user_settings.email_address_visibility = event.value;
|
||||
$("#user_email_address_visibility").val(event.value);
|
||||
break;
|
||||
}
|
||||
settings_display.update_page(event.property);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user