Enumeration EventShieldReason

Enumeration Members

AUTHENTICITY_NOT_GUARANTEED

"The authenticity of this encrypted message can't be guaranteed on this device."

ie: the key has been forwarded, or retrieved from an insecure backup.

MISMATCHED_SENDER_KEY

The (deprecated) sender_key field in the event does not match the Ed25519 key of the device that sent us the decryption keys.

SENT_IN_CLEAR

The event was sent unencrypted in an encrypted room.

UNKNOWN

An unknown reason from the crypto library (if you see this, it is a bug in matrix-js-sdk).

UNKNOWN_DEVICE

"Encrypted by an unknown or deleted device."

UNSIGNED_DEVICE

"Encrypted by a device not verified by its owner."

UNVERIFIED_IDENTITY

"Encrypted by an unverified user."

VERIFICATION_VIOLATION

The sender was previously verified but changed their identity.