mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 13:15:52 +02: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