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
The new database design from 3c2c9c6 stores the list of users in each room (as room.joined). If we do the same for starred, then we no longer need to subscribe to the presence database: it can be server-only.
The text was updated successfully, but these errors were encountered:
The new database design from 3c2c9c6 stores the list of users in each room (as
room.joined
). If we do the same forstarred
, then we no longer need to subscribe to the presence database: it can be server-only.The text was updated successfully, but these errors were encountered: