Fixes Featured Tag Permissions

- When a comment is created, there is a possibility of injecting a tag into the payload, this removes that permission error
This commit is contained in:
Wyatt Johnson
2017-10-03 14:15:42 -06:00
committed by GitHub
parent 53baa02ada
commit b11783d54f
@@ -87,7 +87,7 @@ module.exports = {
name: 'FEATURED',
permissions: {
public: true,
self: true,
self: false,
roles: []
},
models: ['COMMENTS'],