mirror of
https://github.com/wassname/talk.git
synced 2026-07-19 11:28:50 +08:00
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:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user