Skip to content
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

feat(ui,ffi): Add a new experimental-room-list-with-unified-invites feature #3203

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

Hywan
Copy link
Member

@Hywan Hywan commented Mar 11, 2024

The idea of this patch is to explore the possibility to unify the all_rooms list with the invites list in RoomListService. Since this is entirely experimental, it's behind a new feature flag. The feature itself can be configured at runtime by using the new SyncServiceBuilder::with_unified_invites_in_room_list builder method, or directly with RoomListService::new_with_unified_invites constructor.

… feature.

The idea of this patch is to explore the possibility to unify the
`all_rooms` list with the `invites` list in `RoomListService`.
Since this is entirely experimental, it's behind a new feature
flag. The feature itself can be configured at runtime by using the
new `SyncServiceBuilder::with_unified_invites_in_room_list` builder
method, or directly with `RoomListService::new_with_unified_invites`
constructor.
@Hywan Hywan requested a review from a team as a code owner March 11, 2024 11:07
@Hywan Hywan requested review from poljar and stefanceriu and removed request for a team March 11, 2024 11:07
Copy link

codecov bot commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.84%. Comparing base (fd709b9) to head (e9cca7f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3203   +/-   ##
=======================================
  Coverage   83.84%   83.84%           
=======================================
  Files         232      232           
  Lines       24005    24006    +1     
=======================================
+ Hits        20127    20129    +2     
+ Misses       3878     3877    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Hywan Hywan merged commit 45055d8 into matrix-org:main Mar 11, 2024
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants