sendCallUpdate: Remove inner queueJob call

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
automated-signal
2026-05-05 14:34:02 -05:00
committed by GitHub
parent 2e277ed5bd
commit f5f375c46d
+13 -15
View File
@@ -83,21 +83,19 @@ export async function sendGroupCallUpdate(
logId,
messageIds: [],
send: () =>
conversation.queueJob(logId, () =>
sendToGroup({
contentHint: ContentHint.Default,
groupSendOptions: {
groupCallUpdate: { eraId },
groupV2,
timestamp,
},
messageId: undefined,
sendOptions,
sendTarget: conversation.toSenderKeyTarget(),
sendType,
urgent,
})
),
sendToGroup({
contentHint: ContentHint.Default,
groupSendOptions: {
groupCallUpdate: { eraId },
groupV2,
timestamp,
},
messageId: undefined,
sendOptions,
sendTarget: conversation.toSenderKeyTarget(),
sendType,
urgent,
}),
sendType,
timestamp,
expirationStartTimestamp: null,