Merge pull request #966 from coralproject/toxic-comment-group-id

Turn toxic comment group_id into a constant
This commit is contained in:
Wyatt Johnson
2017-09-18 09:49:22 -06:00
committed by GitHub
@@ -37,7 +37,7 @@ module.exports = {
input.actions.push({
action_type: 'FLAG',
user_id: null,
group_id: 'Comment contains toxic language',
group_id: 'TOXIC_COMMENT',
metadata: {}
});
}