mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
sendToGroup: Ensure key distribution messages are always online:false
This commit is contained in:
@@ -376,7 +376,7 @@ export async function sendToGroupViaSenderKey(options: {
|
||||
groupId,
|
||||
identifiers: newToMemberUuids,
|
||||
},
|
||||
sendOptions
|
||||
sendOptions ? { ...sendOptions, online: false } : undefined
|
||||
),
|
||||
{ messageIds: [], sendType: 'senderKeyDistributionMessage' }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user