mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 15:11:42 +01:00
Handle UUID-only recipients and merging.
This commit is contained in:
@@ -74,7 +74,7 @@ public class UuidMigrationJob extends MigrationJob {
|
||||
RecipientId self = Recipient.self().getId();
|
||||
UUID localUuid = ApplicationDependencies.getSignalServiceAccountManager().getOwnUuid();
|
||||
|
||||
DatabaseFactory.getRecipientDatabase(context).markRegistered(self, localUuid);
|
||||
DatabaseFactory.getRecipientDatabase(context).markRegisteredOrThrow(self, localUuid);
|
||||
TextSecurePreferences.setLocalUuid(context, localUuid);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user