actually, we want to have the action_summaries on all requests, since a plugin could potentially pre-flag a pre-mod comment

This commit is contained in:
Riley Davis
2017-04-20 14:37:48 -06:00
parent 3dc2674f47
commit 8708fcf2cd
3 changed files with 8 additions and 13 deletions
@@ -15,12 +15,6 @@ query ModQueue ($asset_id: ID, $sort: SORT_ORDER) {
sort: $sort
}) {
...commentView
action_summaries {
count
... on FlagActionSummary {
reason
}
}
}
rejected: comments(query: {
statuses: [REJECTED],