mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 04:21:17 +01:00
deleted topics shoundlt show unread
This commit is contained in:
@@ -167,6 +167,7 @@ module.exports = function (Categories) {
|
||||
topic.slug = topic.tid;
|
||||
topic.teaser = null;
|
||||
topic.noAnchor = true;
|
||||
topic.unread = false;
|
||||
topic.tags = [];
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user