Return :none instead of nil for follower_status and followed_status
Solves #1690
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user