mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
server_events_dispatch: Throw blueslip if update_dict without prop.
This commit is contained in:
@@ -261,6 +261,9 @@ export function dispatch_normal_event(event) {
|
||||
page_params.realm_night_logo_source = event.data.night_logo_source;
|
||||
realm_logo.rerender();
|
||||
break;
|
||||
default:
|
||||
blueslip.error("Unexpected event type realm/update_dict/" + event.property);
|
||||
break;
|
||||
}
|
||||
} else if (event.op === "deactivated") {
|
||||
// This handler is likely unnecessary, in that if we
|
||||
|
||||
Reference in New Issue
Block a user