doc update

This commit is contained in:
Valere 2024-03-14 11:35:34 +01:00
parent fcc5181a28
commit 28eead74cb

View File

@ -26,7 +26,8 @@ data class DecryptionFailure(
val error: MXCryptoError,
val wasVisibleOnScreen: Boolean,
val ownIdentityTrustedAtTimeOfDecryptionFailure: Boolean,
// If this is set, it means that the event was decrypted but late
// If this is set, it means that the event was decrypted but late. Will be -1 if
// the event was not decrypted after the maximum wait time.
val timeToDecryptMillis: Long? = null,
val isMatrixDotOrg: Boolean,
val isFederated: Boolean? = null,