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
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),
}));
});
}