Attach GV2 info to sync messages, if present
This commit is contained in:
parent
49434d7a81
commit
87747ebae2
1 changed files with 4 additions and 0 deletions
|
@ -233,6 +233,10 @@ export class NormalMessageSendJobQueue extends JobQueue<NormalMessageSendJobData
|
|||
const dataMessage = await window.textsecure.messaging.getDataMessage({
|
||||
attachments,
|
||||
body,
|
||||
groupV2: updateRecipients(
|
||||
conversation.getGroupV2Info(),
|
||||
recipientIdentifiersWithoutMe
|
||||
),
|
||||
deletedForEveryoneTimestamp,
|
||||
expireTimer,
|
||||
preview,
|
||||
|
|
Loading…
Add table
Reference in a new issue