[ActivityPub] Configurable ActivityPub actor type
[akkoma] / lib / pleroma / web / activity_pub / views / user_view.ex
index cf08045c978b024a0cc1fc95748bec677cddce9b..9059aa6349de969a79b321d2820f475a195f024e 100644 (file)
@@ -91,7 +91,7 @@ defmodule Pleroma.Web.ActivityPub.UserView do
 
     %{
       "id" => user.ap_id,
-      "type" => "Person",
+      "type" => user.actor_type,
       "following" => "#{user.ap_id}/following",
       "followers" => "#{user.ap_id}/followers",
       "inbox" => "#{user.ap_id}/inbox",