mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-19 19:11:05 +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`));
|
await db.deleteAll(Array.from(deleteTids).map(tid => `tid:${tid}:recipients`));
|
||||||
progress.incr(uids.length);
|
progress.incr(uids.length);
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
Reference in New Issue
Block a user