mirror of
https://github.com/wassname/talk.git
synced 2026-08-15 12:55:10 +08:00
Plugins renaming
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
tags: [
|
||||
{
|
||||
name: 'OFF_TOPIC',
|
||||
permissions: {
|
||||
public: true,
|
||||
self: true,
|
||||
roles: []
|
||||
},
|
||||
models: ['COMMENTS'],
|
||||
created_at: new Date()
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user