diff --git a/matrix-sdk-android/src/main/java/im/vector/matrix/android/internal/crypto/store/db/RealmCryptoStoreMigration.kt b/matrix-sdk-android/src/main/java/im/vector/matrix/android/internal/crypto/store/db/RealmCryptoStoreMigration.kt index 47af558b90..7bf8e2478f 100644 --- a/matrix-sdk-android/src/main/java/im/vector/matrix/android/internal/crypto/store/db/RealmCryptoStoreMigration.kt +++ b/matrix-sdk-android/src/main/java/im/vector/matrix/android/internal/crypto/store/db/RealmCryptoStoreMigration.kt @@ -176,7 +176,7 @@ internal class RealmCryptoStoreMigration @Inject constructor(private val crossSi } } - // Convert MXOlmInboundGroupSession2 to OlmInboundGroupSessionWrapper2 + // Convert MXOlmInboundGroupSession2 to OlmInboundGroupSessionWrapper realm.schema.get("OlmInboundGroupSessionEntity") ?.transform { obj -> try {