Add Group as a possible ActionLog object

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-04-27 16:51:28 +02:00
parent 6332f0534d
commit c58e54d5b9
3 changed files with 10 additions and 1 deletions

View File

@@ -62,6 +62,9 @@ defmodule Mobilizon.GraphQL.Schema.AdminType do
%User{}, _ ->
:user
%Actor{type: "Group"}, _ ->
:group
_, _ ->
nil
end)