Udpate comment

This commit is contained in:
Benoit Marty 2022-02-21 17:52:26 +01:00
parent cf252b060c
commit 95c00a1cce
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import org.matrix.android.sdk.internal.crypto.MXCRYPTO_ALGORITHM_MEGOLM
import org.matrix.android.sdk.internal.crypto.store.db.model.CryptoRoomEntityFields
import org.matrix.android.sdk.internal.util.database.RealmMigrator
// Version 14L Update the way we remember key sharing
// Version 15L adds wasEncryptedOnce field to CryptoRoomEntity
class MigrateCryptoTo015(realm: DynamicRealm) : RealmMigrator(realm, 15) {
override fun doMigrate(realm: DynamicRealm) {