mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Save PNI's from CDSv2 for all users.
This commit is contained in:
committed by
Alex Hart
parent
13853c708e
commit
327cd93e3c
@@ -85,7 +85,7 @@ public class UserNotificationMigrationJob extends MigrationJob {
|
||||
return;
|
||||
}
|
||||
|
||||
List<RecipientId> registered = SignalDatabase.recipients().getRegistered();
|
||||
Set<RecipientId> registered = SignalDatabase.recipients().getRegistered();
|
||||
List<RecipientId> systemContacts = SignalDatabase.recipients().getSystemContacts();
|
||||
Set<RecipientId> registeredSystemContacts = SetUtil.intersection(registered, systemContacts);
|
||||
Set<RecipientId> threadRecipients = threadTable.getAllThreadRecipients();
|
||||
|
||||
Reference in New Issue
Block a user