matrix-org / matrix-rust-sdk

Matrix Client-Server SDK for Rust
Apache License 2.0
1.26k stars 252 forks source link

refactor!(room list): remove unneeded argument from `RoomList::entries_with_dynamic_adapters` #4214

Closed bnjbvr closed 1 week ago

bnjbvr commented 1 week ago

The parameter room_info_notable_update_receiver was removed from RoomList::entries_with_dynamic_adapters, since it could be inferred internally instead.

Alternative to #4212, which I think avoids the problem altogether by providing a better API.

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.89%. Comparing base (90d6a37) to head (88b9479). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4214 +/- ## ======================================= Coverage 84.88% 84.89% ======================================= Files 272 272 Lines 29166 29167 +1 ======================================= + Hits 24757 24760 +3 + Misses 4409 4407 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.