mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-18 02:20:49 +01:00
closes #2379
also fixed a bug where tags with 0 topics were showing up in /tags
This commit is contained in:
@@ -11,5 +11,9 @@ Tags.update = function(socket, data, callback) {
|
||||
topics.updateTag(data.tag, data, callback);
|
||||
};
|
||||
|
||||
Tags.deleteTags = function(socket, data, callback) {
|
||||
topics.deleteTags(data.tags, callback);
|
||||
};
|
||||
|
||||
|
||||
module.exports = Tags;
|
||||
Reference in New Issue
Block a user