Files
talk/plugins/talk-plugin-toxic-comments/client/index.js
T
Chi Vinh Le b5deac7b48 Bugfixes and show different notification for toxic comments
Bugfixes:
- Toxic comment flag was not added
- GraphQL warnings for missing fields
2017-09-19 19:20:38 +07:00

10 lines
213 B
JavaScript

import translations from './translations.yml';
import CheckToxicityHook from './containers/CheckToxicityHook';
export default {
translations,
slots: {
commentInputDetailArea: [CheckToxicityHook],
},
};