logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 9f5f7dc9f956359204fc44a0627e20fd9765d8bd
parent 25832534cd57f8b114e7834bb19acec68faf2ce0
Author: Ivan Tashkinov <ivantashkinov@gmail.com>
Date:   Wed, 28 Oct 2020 22:29:52 +0300

Fixed User.is_discoverable attribute rendering in Admin API User view.

Diffstat:

Mlib/pleroma/web/admin_api/views/account_view.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pleroma/web/admin_api/views/account_view.ex b/lib/pleroma/web/admin_api/views/account_view.ex @@ -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(%{