This commit is contained in:
Valere
2019-07-18 09:29:27 +02:00
parent 7d41352918
commit 51fdccb393
2 changed files with 12 additions and 10 deletions

View File

@ -118,7 +118,8 @@ internal class DefaultEventRelationsAggregationTask @Inject constructor(
forwardingCurve25519KeyChain = result.forwardingCurve25519KeyChain
)
} catch (e: MXCryptoError) {
Timber.w("Failed to decrypt e2e replace")
//TODO -> we should keep track of this and retry, or aggregation will be broken
}
}
event.getClearContent().toModel<MessageContent>()?.let {