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:
Anders Kaseorg
2024-12-18 03:10:41 -08:00
committed by Tim Abbott
parent 536938eea6
commit b19a556982
7 changed files with 0 additions and 19 deletions

View File

@@ -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", {