-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
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
Process rooms' read status client-side #2953
Commits on Dec 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5b94bd4 - Browse repository at this point
Copy the full SHA 5b94bd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb956d6 - Browse repository at this point
Copy the full SHA cb956d6View commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a9da591 - Browse repository at this point
Copy the full SHA a9da591View commit details -
Configuration menu - View commit details
-
Copy full SHA for 031d810 - Browse repository at this point
Copy the full SHA 031d810View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2726725 - Browse repository at this point
Copy the full SHA 2726725View commit details -
read receipts: move the unread messages and mentions counts to separa…
…te fields of `RoomInfo`
Configuration menu - View commit details
-
Copy full SHA for 5602e8c - Browse repository at this point
Copy the full SHA 5602e8cView commit details -
read receipts: don't clone cached events for computing the read recei…
…pt state Before this patch, we needed to clone the inner `timeline_queue` and turn it into a concrete `Vec<SyncTimelineEvent>`, just to iterate on the elements, and because returning an iterator from a trait method is impractical. This now changes it to return the actual concrete type of `timeline_queue`, so we don't need the extra allocations. Ideally, matrix-sdk and matrix-sdk-base would be merged, so we don't need to use a trait at all here.
Configuration menu - View commit details
-
Copy full SHA for 546637d - Browse repository at this point
Copy the full SHA 546637dView commit details -
read receipts: add an extra
num_unread_notifications
fieldThis helps supporting cases where we want to show that a room has some activity (unread messages) but no notifications.
Configuration menu - View commit details
-
Copy full SHA for e9fe6b8 - Browse repository at this point
Copy the full SHA e9fe6b8View commit details
Commits on Dec 21, 2023
-
- copyright notice - doc comments and better doc in general - use static dispatch instead of &dyn T - other misc comments
Configuration menu - View commit details
-
Copy full SHA for f989c17 - Browse repository at this point
Copy the full SHA f989c17View commit details -
Disable integration test in code coverage build
The test fails only in the codecov build, not in a local build or in the other integration test. Needs further investigation.
Configuration menu - View commit details
-
Copy full SHA for 85ddfb0 - Browse repository at this point
Copy the full SHA 85ddfb0View commit details