This commit is contained in:
Barış Soner Uşaklı
2018-02-28 17:38:31 -05:00
parent 245e1a9159
commit e1c6761087
8 changed files with 36 additions and 7 deletions

View File

@@ -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) {