mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
stream_types: Remove email_address from ApiStreamSubscription.
Commit 432001656e removed this from the
backend.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
536938eea6
commit
b19a556982
@@ -664,7 +664,6 @@ export function dispatch_normal_event(event) {
|
||||
for (const rec of event.subscriptions) {
|
||||
const sub = sub_store.get(rec.stream_id);
|
||||
if (sub) {
|
||||
stream_data.update_stream_email_address(sub, rec.email_address);
|
||||
stream_events.mark_subscribed(sub, rec.subscribers, rec.color);
|
||||
} else {
|
||||
blueslip.error("Subscribing to unknown stream", {
|
||||
|
||||
Reference in New Issue
Block a user