diff --git a/lib/graphql/resolvers/admin.ex b/lib/graphql/resolvers/admin.ex index 76bb1a362..4c362d8c7 100644 --- a/lib/graphql/resolvers/admin.ex +++ b/lib/graphql/resolvers/admin.ex @@ -536,8 +536,8 @@ defmodule Mobilizon.GraphQL.Resolvers.Admin do %{ has_relay: false, relay_address: nil, - follower_status: nil, - followed_status: nil, + follower_status: :none, + followed_status: :none, software: nil, software_version: nil }