mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 23:15:48 +01:00
closes #1487
ban and delete user admin actions takes an array of uids now.
This commit is contained in:
@@ -206,8 +206,6 @@ var winston = require('winston'),
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
|
||||
ThreadTools.toggleFollow = function(tid, uid, callback) {
|
||||
topics.isFollowing(tid, uid, function(err, following) {
|
||||
if (err) {
|
||||
|
||||
Reference in New Issue
Block a user