mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
removed extra isAdminOrMod check
This commit is contained in:
@@ -119,6 +119,8 @@ SocketCategories.loadMore = function(socket, data, callback) {
|
||||
return callback(err);
|
||||
}
|
||||
|
||||
categories.modifyTopicsByPrivilege(data.topics, results.privileges);
|
||||
|
||||
data.privileges = results.privileges;
|
||||
data.template = {
|
||||
category: true,
|
||||
|
||||
Reference in New Issue
Block a user