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(sdk): Remove the SlidingSyncRoom::required_state method #3081

Merged

Conversation

Hywan
Copy link
Member

@Hywan Hywan commented Feb 1, 2024

This patch removes a useless and not used (in the Matrix Rust SDK, along with the FFI bindings) method: SlidingSyncRoom::required_state.

This is based on #3080. Please see only the last commit.


@Hywan Hywan requested a review from a team as a code owner February 1, 2024 11:36
@Hywan Hywan requested review from andybalaam and removed request for a team February 1, 2024 11:36
@Hywan Hywan changed the title feat(sdk): Remove the SlidingSyncRoom::required_state method feat(sdk): Remove the SlidingSyncRoom::required_state method Feb 1, 2024
Copy link

codecov bot commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7b49283) 83.73% compared to head (44e438b) 83.75%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3081      +/-   ##
==========================================
+ Coverage   83.73%   83.75%   +0.01%     
==========================================
  Files         224      224              
  Lines       23510    23508       -2     
==========================================
+ Hits        19685    19688       +3     
+ Misses       3825     3820       -5     

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

Copy link
Member

@bnjbvr bnjbvr left a comment

Choose a reason for hiding this comment

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

🔥 🔥 🔥

@bnjbvr bnjbvr removed the request for review from andybalaam February 1, 2024 13:12
This patch removes a useless and not used (in the Matrix Rust SDK, along with the FFI bindings) method: `SlidingSyncRoom::required_state`.
@Hywan Hywan force-pushed the fix-sdk-sliding-sync-room-required-state branch from 5c0cab3 to 44e438b Compare February 1, 2024 13:35
@Hywan Hywan enabled auto-merge February 1, 2024 13:36
@Hywan Hywan merged commit 61a5f1b into matrix-org:main Feb 1, 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