ap userview: add outbox field.

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle 2023-12-15 07:13:31 +07:00 committed by FloatingGhost
parent 74d5e22fc5
commit 8a0e797cff
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
ap userview: add outbox field.

View File

@ -46,6 +46,7 @@ defmodule Pleroma.Web.ActivityPub.UserView do
"following" => "#{user.ap_id}/following",
"followers" => "#{user.ap_id}/followers",
"inbox" => "#{user.ap_id}/inbox",
"outbox" => "#{user.ap_id}/outbox",
"name" => "Pleroma",
"summary" =>
"An internal service actor for this Pleroma instance. No user-serviceable parts inside.",