mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Order unprocessed envelopes by receivedAtCounter
This commit is contained in:
@@ -3254,7 +3254,7 @@ async function getAllUnprocessedAndIncrementAttempts(): Promise<
|
||||
`
|
||||
SELECT *
|
||||
FROM unprocessed
|
||||
ORDER BY timestamp ASC;
|
||||
ORDER BY receivedAtCounter ASC;
|
||||
`
|
||||
)
|
||||
.all();
|
||||
|
||||
Reference in New Issue
Block a user