Fix processing of cached envelopes

This commit is contained in:
Fedor Indutny 2025-01-22 13:09:34 -08:00 committed by GitHub
parent 96718464ef
commit 176baecf72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 6 deletions

View file

@ -4825,6 +4825,7 @@ function getUnprocessedByIdsAndIncrementAttempts(
...row,
urgent: isNumber(row.urgent) ? Boolean(row.urgent) : true,
story: Boolean(row.story),
isEncrypted: Boolean(row.isEncrypted),
}));
});
}