diff --git a/ts/util/sendToGroup.preload.ts b/ts/util/sendToGroup.preload.ts index 2b88f576a7..c43ce93729 100644 --- a/ts/util/sendToGroup.preload.ts +++ b/ts/util/sendToGroup.preload.ts @@ -365,10 +365,12 @@ async function sendToGroupViaSenderKey( let groupSendEndorsementState: GroupSendEndorsementState | null = null; if (groupId != null && !story) { + const alreadyInQueue = true; const { state, didRefreshGroupState } = await maybeCreateGroupSendEndorsementState( groupId, - recursion.didRefreshGroupState + recursion.didRefreshGroupState, + alreadyInQueue ); if (state != null) { groupSendEndorsementState = state;