mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Support endorsements for group 1:1 sends
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
@@ -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()}`
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user