You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bugfix: helper: Avoid updating unread count for unsubscribed streams.
Unread count data from the server may include that for unsubscribed
streams, which currently are not stored in Model.stream_dict.
In the webapp (zulip/zulip repo), stream data includes unsubscribed and
'never_subscribed' streams (see populate_subscriptions in
stream_data.js), so this issue does not arise.
This has been an increased or particular issue recently due to addition
of support for moving messages between streams.
Fixes#694.
0 commit comments