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

Remove OlmError::Decryption #3204

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Mar 11, 2024

Putting this up for discussion and CI checks:

As far as I can tell, whenever Vodozemac returns a DecryptionError, matrix-sdk-crypto then wraps it as a SessionWedged, so the presence of DecryptionError here is redundant and misleading.

I believe this is never used, so can be removed
@richvdh richvdh requested a review from a team as a code owner March 11, 2024 12:25
@richvdh richvdh requested review from andybalaam and removed request for a team March 11, 2024 12:25
Copy link

codecov bot commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.84%. Comparing base (1ea1632) to head (3829e1c).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3204   +/-   ##
=======================================
  Coverage   83.84%   83.84%           
=======================================
  Files         232      232           
  Lines       24011    24011           
=======================================
  Hits        20132    20132           
  Misses       3879     3879           

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

@richvdh
Copy link
Member Author

richvdh commented Mar 12, 2024

No objections, so merging :)

@richvdh richvdh merged commit a6c2719 into main Mar 12, 2024
34 checks passed
@richvdh richvdh deleted the rav/no_decryption_error_in_olm_error branch March 12, 2024 11:16
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