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
This is almost certainly because of a race condition where the events come in prior to loading the room subscription state. The room list state only contains the client's member event, not lazy loaded members. When the room is loaded, it'll prepend scrollback and set the entire current state, which is presumably the problem here.
Are we setting state first? If so, this should be a good enough workaround until lazy loaded members are a thing.
See picture, the timeline is missing info but it's there in the member list.
The text was updated successfully, but these errors were encountered: