mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 03:40:56 +01:00
Migrate identity keys to SignalStore.
This commit is contained in:
@@ -113,10 +113,6 @@ public class LegacyMigrationJob extends MigrationJob {
|
||||
throw new RetryLaterException();
|
||||
}
|
||||
|
||||
if (lastSeenVersion < CURVE25519_VERSION) {
|
||||
IdentityKeyUtil.migrateIdentityKeys(context, masterSecret);
|
||||
}
|
||||
|
||||
if (lastSeenVersion < NO_V1_VERSION) {
|
||||
File v1sessions = new File(context.getFilesDir(), "sessions");
|
||||
|
||||
@@ -149,7 +145,6 @@ public class LegacyMigrationJob extends MigrationJob {
|
||||
// new TextSecureSessionStore(context, masterSecret).migrateSessions();
|
||||
// new TextSecurePreKeyStore(context, masterSecret).migrateRecords();
|
||||
|
||||
IdentityKeyUtil.migrateIdentityKeys(context, masterSecret);
|
||||
scheduleMessagesInPushDatabase(context);;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user