mirror of
https://github.com/wassname/talk.git
synced 2026-07-04 17:57:43 +08:00
fixed bug with featuring comments doesn't work
This commit is contained in:
@@ -84,7 +84,7 @@ module.exports = {
|
||||
permissions: {
|
||||
public: true,
|
||||
self: false,
|
||||
roles: []
|
||||
roles: ['ADMIN', 'MODERATOR']
|
||||
},
|
||||
models: ['COMMENTS'],
|
||||
created_at: new Date()
|
||||
|
||||
Reference in New Issue
Block a user