mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 03:18:17 +01:00
Only queue backfilled attachments after backfill response
This commit is contained in:
@@ -203,7 +203,7 @@ export async function onSync(sync: ReadSyncAttributesType): Promise<void> {
|
||||
message.set({ expirationStartTimestamp });
|
||||
}
|
||||
|
||||
queueUpdateMessage(message.attributes);
|
||||
drop(queueUpdateMessage(message.attributes));
|
||||
|
||||
await remove(sync);
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user