mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
Ensure attachments are re-encryptable to same digest
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user