sendToGroup: Ensure key distribution messages are always online:false
This commit is contained in:
parent
eba182f8d0
commit
276c153ec4
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ export async function sendToGroupViaSenderKey(options: {
|
|||
groupId,
|
||||
identifiers: newToMemberUuids,
|
||||
},
|
||||
sendOptions
|
||||
sendOptions ? { ...sendOptions, online: false } : undefined
|
||||
),
|
||||
{ messageIds: [], sendType: 'senderKeyDistributionMessage' }
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue