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

Main: Handle decryption errors #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

networkException
Copy link

@networkException networkException commented Jun 24, 2024

This pull request adds error handling for decryption errors with a similar output to what Element Web would return in a chat export:

"content_decrypted": {
  "body": "** Unable to decrypt: DecryptionError: UnknownMessageIndex(1, 0) **",
  "msgtype": "m.bad.encrypted"
},

This patch adds error handling for decryption errors
with a similar output to what Element Web would return
in a chat export.
@networkException networkException force-pushed the handle-decryption-errors branch from c76e73e to b76c50c Compare June 24, 2024 14:33
@networkException networkException mentioned this pull request Jun 24, 2024
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.

1 participant