mirror of
https://github.com/wassname/talk.git
synced 2026-07-18 12:40:13 +08:00
Bugfixes: - Toxic comment flag was not added - GraphQL warnings for missing fields
10 lines
213 B
JavaScript
10 lines
213 B
JavaScript
import translations from './translations.yml';
|
|
import CheckToxicityHook from './containers/CheckToxicityHook';
|
|
|
|
export default {
|
|
translations,
|
|
slots: {
|
|
commentInputDetailArea: [CheckToxicityHook],
|
|
},
|
|
};
|