mirror of
https://github.com/wassname/talk.git
synced 2026-07-17 11:33:39 +08:00
Ádding NONE to the FE
This commit is contained in:
@@ -9,7 +9,8 @@ query ModQueue ($asset_id: ID!) {
|
||||
}
|
||||
flagged: comments(query: {
|
||||
action_type: FLAG,
|
||||
asset_id: $asset_id
|
||||
asset_id: $asset_id,
|
||||
statuses: [NONE, PREMOD]
|
||||
}) {
|
||||
...commentView
|
||||
action_summaries {
|
||||
|
||||
Reference in New Issue
Block a user