File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -500,8 +500,8 @@ internal class RustCryptoService @Inject constructor(
500
500
olmMachine.decryptRoomEvent(event)
501
501
} catch (mxCryptoError: MXCryptoError ) {
502
502
if (mxCryptoError is MXCryptoError .Base && (
503
- mxCryptoError.errorType == MXCryptoError .ErrorType .UNKNOWN_INBOUND_SESSION_ID
504
- || mxCryptoError.errorType == MXCryptoError .ErrorType .UNKNOWN_MESSAGE_INDEX )) {
503
+ mxCryptoError.errorType == MXCryptoError .ErrorType .UNKNOWN_INBOUND_SESSION_ID ||
504
+ mxCryptoError.errorType == MXCryptoError .ErrorType .UNKNOWN_MESSAGE_INDEX )) {
505
505
Timber .v(" Try to perform a lazy migration from legacy store" )
506
506
/* *
507
507
* It's a bit hacky, check how this can be better integrated with rust?
You can’t perform that action at this time.
0 commit comments