mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 18:30:20 +01:00
Use the PNP merging function for everything.
This commit is contained in:
@@ -201,7 +201,7 @@ public final class LiveRecipient {
|
||||
details = RecipientDetails.forIndividual(context, record);
|
||||
}
|
||||
|
||||
Recipient recipient = new Recipient(id, details, true);
|
||||
Recipient recipient = new Recipient(record.getId(), details, true);
|
||||
RecipientIdCache.INSTANCE.put(recipient);
|
||||
return recipient;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user