Return :none instead of nil for follower_status and followed_status

Solves #1690
This commit is contained in:
Massedil
2025-02-19 19:34:27 +01:00
committed by setop
parent b82b270811
commit 933ee9f959

View File

@@ -536,8 +536,8 @@ defmodule Mobilizon.GraphQL.Resolvers.Admin do
%{ %{
has_relay: false, has_relay: false,
relay_address: nil, relay_address: nil,
follower_status: nil, follower_status: :none,
followed_status: nil, followed_status: :none,
software: nil, software: nil,
software_version: nil software_version: nil
} }