-
Notifications
You must be signed in to change notification settings - Fork 106
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
Use local room list sorting from Rust. #2978
Conversation
stefanceriu
commented
Jun 27, 2024
- adopt the new SDK side local room list sorting API
- replace the old RoomSummary enum with plain details
Generated by 🚫 Danger Swift against 507e951 |
40fa132
to
86b9a3c
Compare
- Remove unused invalidated property. - Rename some RoomSummary instances to summary instead of details. - Fix tests with missing roomListItem's.
86b9a3c
to
a0c0682
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems decent to me. I guess my comments are in the "Tidy up" commit 😅
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2978 +/- ##
===========================================
- Coverage 77.92% 77.80% -0.12%
===========================================
Files 694 695 +1
Lines 53939 53847 -92
===========================================
- Hits 42032 41897 -135
- Misses 11907 11950 +43
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |