mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-02 20:59:56 +01:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
@@ -79,6 +79,7 @@ module.exports = function (Categories) {
|
||||
async.apply(privileges.categories.give, defaultPrivileges, category.cid, 'administrators'),
|
||||
async.apply(privileges.categories.give, defaultPrivileges, category.cid, 'registered-users'),
|
||||
async.apply(privileges.categories.give, ['find', 'read', 'topics:read'], category.cid, 'guests'),
|
||||
async.apply(privileges.categories.give, ['find', 'read', 'topics:read'], category.cid, 'spiders'),
|
||||
], next);
|
||||
},
|
||||
function (results, next) {
|
||||
|
||||
Reference in New Issue
Block a user