mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +01:00
closes #6258
This commit is contained in:
@@ -356,7 +356,7 @@ function createGlobalModeratorsGroup(next) {
|
||||
|
||||
function giveGlobalPrivileges(next) {
|
||||
var privileges = require('./privileges');
|
||||
privileges.global.give(['chat', 'upload:post:image'], 'registered-users', next);
|
||||
privileges.global.give(['chat', 'upload:post:image', 'signature'], 'registered-users', next);
|
||||
}
|
||||
|
||||
function createCategories(next) {
|
||||
|
||||
Reference in New Issue
Block a user