-
Notifications
You must be signed in to change notification settings - Fork 127
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 a static room summary provider to resolve room summaries through id and aliases #3863
base: develop
Are you sure you want to change the base?
Conversation
is missing even if it appears in the room list
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## develop #3863 +/- ##
===========================================
- Coverage 79.04% 78.99% -0.06%
===========================================
Files 796 796
Lines 70584 70605 +21
===========================================
- Hits 55795 55771 -24
- Misses 14789 14834 +45
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
We figured it out - using the forwarding screen or global search leaves the alternate provider in a filtered state. |
Generated by 🚫 Danger Swift against 2210ecc |
|
This fixes two issues:
alternateRoomSummaryProvider
when we are done with it to avoid the various views to clash with each othersstaticRoomSummaryProvider
to which we can't update its filtering through the protocol making its usage just for the sake of finding a specific in the room list, independent of the filtering or query state, also we set a max page size of.max
over itfixes #3852