mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-18 10:30:49 +01:00
fix: add missing db call
This commit is contained in:
@@ -27,6 +27,7 @@ module.exports = {
|
||||
}
|
||||
});
|
||||
});
|
||||
await db.sortedSetRemoveBulk(bulkRemove);
|
||||
await db.deleteAll(Array.from(deleteTids).map(tid => `tid:${tid}:recipients`));
|
||||
progress.incr(uids.length);
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user