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

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

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

bnjbvr
Copy link
Member

@bnjbvr bnjbvr commented Nov 5, 2024

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.

…s_with_dynamic_adapters`

Changelog: the parameter `room_info_notable_update_receiver` was removed
 from `RoomList::entries_with_dynamic_adapters`, since it could be
 inferred internally instead.
@bnjbvr bnjbvr requested a review from Hywan November 5, 2024 08:47
@bnjbvr bnjbvr requested a review from a team as a code owner November 5, 2024 08:47
Copy link
Member

@Hywan Hywan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to me! Thanks for the improvements.

@bnjbvr bnjbvr enabled auto-merge (rebase) November 5, 2024 08:52
@bnjbvr bnjbvr merged commit 04275d7 into main Nov 5, 2024
40 checks passed
Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

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

@bnjbvr bnjbvr deleted the bnjbvr/remove-roomnotableupdate-arg branch November 5, 2024 09:02
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