mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 01:18:19 +01:00
Only queue backfilled attachments after backfill response
This commit is contained in:
@@ -207,7 +207,7 @@ export async function onStoryRecipientUpdate(
|
||||
message.set({
|
||||
sendStateByConversationId: nextSendStateByConversationId,
|
||||
});
|
||||
queueUpdateMessage(message.attributes);
|
||||
drop(queueUpdateMessage(message.attributes));
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user