Add Group as a possible ActionLog object
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -190,6 +190,12 @@ export const LOGS = gql`
|
||||
domain
|
||||
name
|
||||
}
|
||||
... on Group {
|
||||
id
|
||||
preferredUsername
|
||||
domain
|
||||
name
|
||||
}
|
||||
... on User {
|
||||
id
|
||||
email
|
||||
|
||||
Reference in New Issue
Block a user