An event has been decrypted, or we have failed to decrypt it.
The payload consists of:
event - The MatrixEvent which we attempted to decrypt.
err - The error that occurred during decryption, or undefined if no error occurred.
Avoid use of this: MatrixEvent.decryptionFailureReason is more useful.
An event has been decrypted, or we have failed to decrypt it.
The payload consists of:
event
- The MatrixEvent which we attempted to decrypt.err
- The error that occurred during decryption, orundefined
if no error occurred. Avoid use of this: MatrixEvent.decryptionFailureReason is more useful.