Skip to content

Commit b88bc98

Browse files
committed
doc update
1 parent ce2d61b commit b88bc98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vector/src/main/java/im/vector/app/features/analytics/DecryptionFailure.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ data class DecryptionFailure(
2626
val error: MXCryptoError,
2727
val wasVisibleOnScreen: Boolean,
2828
val ownIdentityTrustedAtTimeOfDecryptionFailure: Boolean,
29-
// If this is set, it means that the event was decrypted but late
29+
// 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.
3031
val timeToDecryptMillis: Long? = null,
3132
val isMatrixDotOrg: Boolean,
3233
val isFederated: Boolean? = null,

0 commit comments

Comments
 (0)