mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 10:50:06 +08:00
15 lines
220 B
JavaScript
15 lines
220 B
JavaScript
module.exports = {
|
|
tags: [
|
|
{
|
|
name: 'OFF_TOPIC',
|
|
permissions: {
|
|
public: true,
|
|
self: true,
|
|
roles: []
|
|
},
|
|
models: ['COMMENTS'],
|
|
created_at: new Date()
|
|
}
|
|
]
|
|
};
|