mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-27 17:59:52 +01:00
up composer
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
"mmmagic": "^0.4.0",
|
||||
"morgan": "^1.3.2",
|
||||
"nconf": "~0.7.1",
|
||||
"nodebb-plugin-composer-default": "1.0.18",
|
||||
"nodebb-plugin-composer-default": "1.0.19",
|
||||
"nodebb-plugin-dbsearch": "0.2.17",
|
||||
"nodebb-plugin-emoji-extended": "0.4.15",
|
||||
"nodebb-plugin-markdown": "4.0.6",
|
||||
|
||||
@@ -179,7 +179,8 @@ module.exports = function(privileges) {
|
||||
'topics:create': results['topics:create'][0] || isAdminOrMod,
|
||||
editable: isAdminOrMod,
|
||||
view_deleted: isAdminOrMod,
|
||||
read: results.read[0] || isAdminOrMod
|
||||
read: results.read[0] || isAdminOrMod,
|
||||
isAdminOrMod: isAdminOrMod
|
||||
}, callback);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user