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
We'd like to remember in the app's local database the name and the icon URL of each of the realms (organizations) the user is logged into. This means:
we add the name and icon URL as fields on the Accounts table;
we properly initialize them and keep them up to date.
The way we learn these values from the server is very similar to the Zulip feature level: they're in the responses from getServerSettings and registerQueue. I believe there's one added way they get updated: in RealmUpdateEvent. (Which I guess we haven't yet defined in our code! But see API doc.)
The text was updated successfully, but these errors were encountered:
This is a prerequisite for a couple of issues:
We'd like to remember in the app's local database the name and the icon URL of each of the realms (organizations) the user is logged into. This means:
The way we learn these values from the server is very similar to the Zulip feature level: they're in the responses from getServerSettings and registerQueue. I believe there's one added way they get updated: in RealmUpdateEvent. (Which I guess we haven't yet defined in our code! But see API doc.)
The text was updated successfully, but these errors were encountered: