Ensure attachments are re-encryptable to same digest
This commit is contained in:
parent
7d25988888
commit
6e1fd5958e
20 changed files with 1250 additions and 295 deletions
|
@ -4654,7 +4654,6 @@ function getUnprocessedCount(db: ReadableDB): number {
|
|||
}
|
||||
|
||||
function getAllUnprocessedIds(db: WritableDB): Array<string> {
|
||||
logger.info('getAllUnprocessedIds');
|
||||
return db.transaction(() => {
|
||||
// cleanup first
|
||||
const { changes: deletedStaleCount } = db
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue