feat(reports): allow to suspend a profile or a user account directly from the report view

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2023-08-31 17:08:55 +02:00
parent b105c508c0
commit 69588dbf4c
5 changed files with 172 additions and 5 deletions

View File

@@ -42,6 +42,11 @@ const REPORT_FRAGMENT = gql`
id
reported {
...ActorFragment
... on Person {
user {
id
}
}
}
reporter {
...ActorFragment