mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
doc update
This commit is contained in:
parent
fcc5181a28
commit
28eead74cb
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue