Fix processing of cached envelopes
This commit is contained in:
parent
96718464ef
commit
176baecf72
3 changed files with 10 additions and 6 deletions
|
@ -4825,6 +4825,7 @@ function getUnprocessedByIdsAndIncrementAttempts(
|
|||
...row,
|
||||
urgent: isNumber(row.urgent) ? Boolean(row.urgent) : true,
|
||||
story: Boolean(row.story),
|
||||
isEncrypted: Boolean(row.isEncrypted),
|
||||
}));
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue