Skip to content

Commit

Permalink
Attach GV2 info to sync messages, if present
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
  • Loading branch information
automated-signal and EvanHahn-Signal committed Sep 10, 2021
1 parent c0f17ca commit 3c43935
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ts/jobs/normalMessageSendJobQueue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3c43935

Please sign in to comment.