mirror of
https://github.com/wassname/talk.git
synced 2026-07-17 11:33:39 +08:00
Merge pull request #1006 from coralproject/featured-permission-fix
Fixes Featured Tag Permissions
This commit is contained in:
@@ -87,7 +87,7 @@ module.exports = {
|
||||
name: 'FEATURED',
|
||||
permissions: {
|
||||
public: true,
|
||||
self: true,
|
||||
self: false,
|
||||
roles: []
|
||||
},
|
||||
models: ['COMMENTS'],
|
||||
|
||||
Reference in New Issue
Block a user