mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-09 22:20:48 +01:00
Merge remote-tracking branch 'origin/master' into user-blocking
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
"mousetrap": "^1.6.1",
|
||||
"mubsub": "^1.4.0",
|
||||
"nconf": "^0.9.1",
|
||||
"nodebb-plugin-composer-default": "6.0.21",
|
||||
"nodebb-plugin-composer-default": "6.0.22",
|
||||
"nodebb-plugin-dbsearch": "2.0.16",
|
||||
"nodebb-plugin-emoji": "^2.2.0",
|
||||
"nodebb-plugin-emoji-android": "2.0.0",
|
||||
|
||||
@@ -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