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
My branch (which I'll send as a PR shortly) adds InitialSnapshot.streams, and adds a map on PerAccountStore, but doesn't add the event-handling to keep the map updated.
I think that's fine for the moment; it's how the subscriptions map already works. We can let #135 track the need to add event-handling to update this data.
gnprice
added a commit
to gnprice/zulip-flutter
that referenced
this issue
May 31, 2023
We should initialize this from the
streams
key in the initial snapshot (InitialSnapshot
), and keep it updated in response tostream
events.The text was updated successfully, but these errors were encountered: