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
Currently, sliding sync doesn't return banned rooms from an initial sync.
So, if we want to be able to display room we are banned from, we need to always return banned rooms as SyncV2 does.
Also the SDK will need to manage this use case as we can only use getRoom for [Membership.Joined, Membership.Invited, Membership.Knocked].
Acceptance criteria
TBD
Size estimate
None
Dependencies
None
Out of scope
Nothing
Open questions
The content you are editing has changed. Please copy your edits and refresh the page.
Description
Currently, sliding sync doesn't return banned rooms from an initial sync.
So, if we want to be able to display room we are banned from, we need to always return banned rooms as SyncV2 does.
Also the SDK will need to manage this use case as we can only use
getRoom
for[Membership.Joined, Membership.Invited, Membership.Knocked]
.Acceptance criteria
Size estimate
None
Dependencies
Out of scope
Open questions
Questions
Subtasks
Android
iOS
Rust
Other
The text was updated successfully, but these errors were encountered: