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

chore(ui): Make TimelineInnerMetadata::next_internal_id private #3526

Merged

Conversation

Hywan
Copy link
Member

@Hywan Hywan commented Jun 10, 2024

This patch updates TimelineEventHandler to re-use the public API and avoid using TimelineInnerMeta::next_internal_id. The consequence is that next_internal_id can now be private instead of public. It's better to have isolated API in this code.


This patch updates `TimelineEventHandler` to re-use the public API and
avoid using `TimelineInnerMeta::next_internal_id`. The consequence is
that `next_internal_id` can now be private instead of public. It's
better to have isolated API in this code.
@Hywan Hywan requested a review from a team as a code owner June 10, 2024 08:07
@Hywan Hywan requested review from poljar and removed request for a team June 10, 2024 08:07
@Hywan Hywan mentioned this pull request Jun 10, 2024
37 tasks
@bnjbvr bnjbvr removed the request for review from poljar June 10, 2024 08:08
@Hywan Hywan enabled auto-merge June 10, 2024 08:15
Copy link

codecov bot commented Jun 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.79%. Comparing base (e5487da) to head (2a70587).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3526      +/-   ##
==========================================
- Coverage   83.79%   83.79%   -0.01%     
==========================================
  Files         254      254              
  Lines       25736    25735       -1     
==========================================
- Hits        21565    21564       -1     
  Misses       4171     4171              

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

@Hywan Hywan merged commit abda959 into matrix-org:main Jun 10, 2024
38 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