doc update
This commit is contained in:
parent
fcc5181a28
commit
28eead74cb
|
@ -26,7 +26,8 @@ data class DecryptionFailure(
|
||||||
val error: MXCryptoError,
|
val error: MXCryptoError,
|
||||||
val wasVisibleOnScreen: Boolean,
|
val wasVisibleOnScreen: Boolean,
|
||||||
val ownIdentityTrustedAtTimeOfDecryptionFailure: 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 timeToDecryptMillis: Long? = null,
|
||||||
val isMatrixDotOrg: Boolean,
|
val isMatrixDotOrg: Boolean,
|
||||||
val isFederated: Boolean? = null,
|
val isFederated: Boolean? = null,
|
||||||
|
|
Loading…
Reference in New Issue