Merge branch 'master' into new-comments

This commit is contained in:
David Jay
2017-02-23 16:21:36 -05:00
committed by GitHub
10 changed files with 95 additions and 50 deletions
+2 -4
View File
@@ -150,10 +150,8 @@ const createPublicComment = (context, commentInput) => {
item_id: comment.id,
item_type: 'COMMENTS',
action_type: 'FLAG',
metadata: {
field: 'body',
details: 'Matched suspect word filters.'
}
group_id: 'Matched suspect word filter',
metadata: {}
})
.then(() => comment);
}