From 933ee9f959c21c2ffa21af11a6c1efb51eb9c2a5 Mon Sep 17 00:00:00 2001 From: Massedil Date: Wed, 19 Feb 2025 19:34:27 +0100 Subject: [PATCH] Return :none instead of nil for follower_status and followed_status Solves #1690 --- lib/graphql/resolvers/admin.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }