Support for message retry requests

This commit is contained in:
Scott Nonnenberg
2021-05-28 12:11:19 -07:00
committed by GitHub
parent 28f016ce48
commit ee513a1965
37 changed files with 1996 additions and 359 deletions

View File

@@ -766,6 +766,9 @@ export class CallingClass {
const timestamp = Date.now();
// We "fire and forget" because sending this message is non-essential.
const {
ContentHint,
} = window.textsecure.protobuf.UnidentifiedSenderMessage.Message;
wrapWithSyncMessageSend({
conversation,
logId: `sendToGroup/groupCallUpdate/${conversationId}-${eraId}`,
@@ -773,6 +776,7 @@ export class CallingClass {
window.Signal.Util.sendToGroup(
{ groupCallUpdate: { eraId }, groupV2, timestamp },
conversation,
ContentHint.SUPPLEMENTARY,
sendOptions
),
timestamp,