Fixed User.is_discoverable attribute rendering in Admin API User view.
This commit is contained in:
parent
25832534cd
commit
9f5f7dc9f9
@ -52,7 +52,7 @@ defmodule Pleroma.Web.AdminAPI.AccountView do
|
||||
:skip_thread_containment,
|
||||
:pleroma_settings_store,
|
||||
:raw_fields,
|
||||
:discoverable,
|
||||
:is_discoverable,
|
||||
:actor_type
|
||||
])
|
||||
|> Map.merge(%{
|
||||
|
Loading…
Reference in New Issue
Block a user