Use the PNP merging function for everything.

This commit is contained in:
Greyson Parrelli
2022-08-09 18:36:04 -04:00
committed by GitHub
parent e83a4692c5
commit f004b72ba2
8 changed files with 430 additions and 212 deletions

View File

@@ -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;
}