ban and delete user admin actions takes an array of uids now.
This commit is contained in:
barisusakli
2014-05-05 16:48:09 -04:00
parent 590082709f
commit 967b486ce1
4 changed files with 144 additions and 124 deletions

View File

@@ -206,8 +206,6 @@ var winston = require('winston'),
});
};
ThreadTools.toggleFollow = function(tid, uid, callback) {
topics.isFollowing(tid, uid, function(err, following) {
if (err) {