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
For incremental syncs of rooms, lazy loaded members means we must send down the membership events for all senders of events in the timeline section of a room if those membership events have not been previously been sent down.
Currently we only correctly do this for initial syncs.
In sync v2 we do this by maintaining in-memory caches of which membership events we've sent down which sync streams.
The text was updated successfully, but these errors were encountered:
For incremental syncs of rooms, lazy loaded members means we must send down the membership events for all senders of events in the
timeline
section of a room if those membership events have not been previously been sent down.Currently we only correctly do this for initial syncs.
In sync v2 we do this by maintaining in-memory caches of which membership events we've sent down which sync streams.
The text was updated successfully, but these errors were encountered: