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:
@@ -42,6 +42,11 @@ const REPORT_FRAGMENT = gql`
|
||||
id
|
||||
reported {
|
||||
...ActorFragment
|
||||
... on Person {
|
||||
user {
|
||||
id
|
||||
}
|
||||
}
|
||||
}
|
||||
reporter {
|
||||
...ActorFragment
|
||||
|
||||
Reference in New Issue
Block a user