Add outbox to Service actors

This commit is contained in:
Alex Gleason 2023-12-14 15:21:19 -06:00
parent fdbcf99836
commit 4d19bc8219
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -46,6 +46,7 @@ def render("service.json", %{user: user}) do
"following" => "#{user.ap_id}/following", "following" => "#{user.ap_id}/following",
"followers" => "#{user.ap_id}/followers", "followers" => "#{user.ap_id}/followers",
"inbox" => "#{user.ap_id}/inbox", "inbox" => "#{user.ap_id}/inbox",
"outbox" => "#{user.ap_id}/outbox",
"name" => "Pleroma", "name" => "Pleroma",
"summary" => "summary" =>
"An internal service actor for this Pleroma instance. No user-serviceable parts inside.", "An internal service actor for this Pleroma instance. No user-serviceable parts inside.",