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