mirror of
https://github.com/wassname/talk.git
synced 2026-07-05 09:25:23 +08:00
Turn toxic comment group_id into a constant
This commit is contained in:
@@ -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: {}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user