Attach GV2 info to sync messages, if present

This commit is contained in:
Evan Hahn 2021-09-10 12:02:55 -05:00 committed by GitHub
parent 49434d7a81
commit 87747ebae2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,