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
SlidingSyncRoom
We have a non-neligeable tech debt about matrix_sdk::sliding_sync::SlidingSyncRoom.
matrix_sdk::sliding_sync::SlidingSyncRoom
It holds data that are not shared with the matrix_sdk::Room. Ideally, we want SlidingSyncRoom to not exist.
matrix_sdk::Room
The idea is to clean this as much as possible.
Blocked by:
SlidingSyncRoom::timeline_queue
LinkedChunk
RoomEventCache
VectorDiff
Timeline
The text was updated successfully, but these errors were encountered:
Room
SlidingSyncRoom::has_unread_notifications
::unread_notifications
SlidingSyncRoom::required_state
SlidingSyncRoomInner::inner
FrozenSlidingSyncRoom::timeline
SlidingSyncRoom::latest_event
Client::rooms_stream
room_list_service::Room::latest_event
SlidingSyncRoomExt
RoomListService::room
RoomList
Hywan
No branches or pull requests
We have a non-neligeable tech debt about
matrix_sdk::sliding_sync::SlidingSyncRoom
.It holds data that are not shared with the
matrix_sdk::Room
. Ideally, we wantSlidingSyncRoom
to not exist.The idea is to clean this as much as possible.
Blocked by:
SlidingSyncRoom::timeline_queue
,LinkedChunk
#3166RoomEventCache
'sVectorDiff
toTimeline
#3512The text was updated successfully, but these errors were encountered: