mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-04 11:31:23 +01:00
closes #4170
This commit is contained in:
@@ -47,6 +47,7 @@ module.exports = function(Categories) {
|
||||
topic.slug = topic.tid;
|
||||
topic.teaser = null;
|
||||
topic.noAnchor = true;
|
||||
topic.tags = [];
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user