mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-19 14:19:09 +01:00
sendToGroup: Ensure endorsements are fetched with alreadyInQueue=true
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user