We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2d61b commit b88bc98Copy full SHA for b88bc98
vector/src/main/java/im/vector/app/features/analytics/DecryptionFailure.kt
@@ -26,7 +26,8 @@ data class DecryptionFailure(
26
val error: MXCryptoError,
27
val wasVisibleOnScreen: Boolean,
28
val ownIdentityTrustedAtTimeOfDecryptionFailure: Boolean,
29
- // 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
30
+ // the event was not decrypted after the maximum wait time.
31
val timeToDecryptMillis: Long? = null,
32
val isMatrixDotOrg: Boolean,
33
val isFederated: Boolean? = null,
0 commit comments