Support endorsements for group 1:1 sends

Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
Jamie Kyle 2024-10-10 10:57:22 -07:00 committed by GitHub
parent 76a77a9b7f
commit e617981e59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 1296 additions and 796 deletions

View file

@ -136,7 +136,11 @@ export async function routineProfileRefresh({
totalCount += 1;
try {
await getProfileFn(conversation.getServiceId(), conversation.get('e164'));
await getProfileFn({
serviceId: conversation.getServiceId() ?? null,
e164: conversation.get('e164') ?? null,
groupId: null,
});
log.info(
`${logId}: refreshed profile for ${conversation.idForLogging()}`
);