Simplify OutgoingIdentityKeyError, use it in getKeysForIdentifier
This commit is contained in:
parent
e4b4a0cd1e
commit
fcb96bf92a
6 changed files with 32 additions and 33 deletions
|
@ -1307,7 +1307,7 @@ export async function modifyGroupV2({
|
|||
await conversationJobQueue.add({
|
||||
type: conversationQueueJobEnum.enum.GroupUpdate,
|
||||
conversationId: conversation.id,
|
||||
groupChangeBase64: Bytes.toBase64(groupChangeBuffer),
|
||||
groupChangeBase64,
|
||||
recipients: groupV2Info.members,
|
||||
revision: groupV2Info.revision,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue