deleted topics shoundlt show unread

This commit is contained in:
Barış Soner Uşaklı
2024-02-07 11:06:32 -05:00
parent 3cab72b9ab
commit 4056d2c6da
3 changed files with 3 additions and 0 deletions

View File

@@ -167,6 +167,7 @@ module.exports = function (Categories) {
topic.slug = topic.tid;
topic.teaser = null;
topic.noAnchor = true;
topic.unread = false;
topic.tags = [];
}
});