adding actor type in user show
This commit is contained in:
parent
5c2b6922e1
commit
1f8c32b773
2 changed files with 50 additions and 25 deletions
|
|
@ -79,7 +79,8 @@ defmodule Pleroma.Web.AdminAPI.AccountView do
|
|||
"confirmation_pending" => user.confirmation_pending,
|
||||
"approval_pending" => user.approval_pending,
|
||||
"url" => user.uri || user.ap_id,
|
||||
"registration_reason" => user.registration_reason
|
||||
"registration_reason" => user.registration_reason,
|
||||
"actor_type" => user.actor_type
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue