We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get all child rooms for a given space
TODO:
RoomSummary
spaceChildren: [MXSpaceChildInfo]
flattenParentIds
MXSession
MXRoomList
MXTimeline
m.space
m.message
The text was updated successfully, but these errors were encountered:
gileluard
Successfully merging a pull request may close this issue.
Get all child rooms for a given space
TODO:
RoomSummary
:spaceChildren: [MXSpaceChildInfo]
propertyflattenParentIds
property if needed like Android in order to knows ancestor ids and cache the result.flattenParentIds
after each sync like Android? In background. Android algorithm: https://github.com/vector-im/element-android/blob/72b1bd354e24888094aa02c8c6d7971a82cd807d/matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/room/summary/RoomSummaryUpdater.kt#L198MXSession
should not keep filtering stateMXRoomList
behaves likeMXTimeline
, with listeners, filters, asynchronous. Room data sources should use directly theseMXRoomList
.m.space
where MXRoomSummary.flattenParentIds is empty or nil.m.message
or nil.The text was updated successfully, but these errors were encountered: