fix: topic purge

This commit is contained in:
Barış Soner Uşaklı
2026-02-24 10:52:30 -05:00
parent 7a23e291cf
commit e484899db2

View File

@@ -90,7 +90,7 @@ module.exports = function (Topics) {
`tid:${tid}:posters`,
]),
db.sortedSetsRemove([
'topics:tid',
utils.isNumber(tid) ? 'topics:tid' : 'topicsRemote:tid',
'topics:recent',
'topics:scheduled',
], tid),