fix: add missing db call

This commit is contained in:
Barış Soner Uşaklı
2026-03-05 13:51:50 -05:00
parent 1fc3edf764
commit d35c74558f

View File

@@ -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);
}, {