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

crypto: Remove the KeysBackup variant of the OutgoingRequest enum #3245

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

poljar
Copy link
Contributor

@poljar poljar commented Mar 19, 2024

Backing up room keys isn't part of the outgoing requests processing loop, instead the user is supposed to have a separate loop calling BackupMachine::backup().

This closes #3244.

  • Public API changes documented in changelogs (optional)

Backing up room keys isn't part of the outgoing requests processing
loop, instead the user is supposed to have a separate loop calling
`BackupMachine::backup()`.
@poljar poljar requested a review from a team as a code owner March 19, 2024 14:20
@poljar poljar requested review from Hywan and removed request for a team March 19, 2024 14:20
Copy link

codecov bot commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.67%. Comparing base (c6da40c) to head (4bfe48a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3245      +/-   ##
==========================================
+ Coverage   83.63%   83.67%   +0.03%     
==========================================
  Files         236      236              
  Lines       24436    24425      -11     
==========================================
- Hits        20438    20437       -1     
+ Misses       3998     3988      -10     

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

Copy link
Contributor

@andybalaam andybalaam left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

@poljar poljar merged commit 3ccd2e9 into main Mar 19, 2024
35 checks passed
@poljar poljar deleted the poljar/remove-dead-backup-code branch March 19, 2024 15:23
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.

Cleaning: Remove KeysBackup as a variant of OutgoingRequests as it is not part of outgoing_request
2 participants