ap userview: add outbox field.
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
parent
02acf7c0b3
commit
cb1b52d980
1
changelog.d/add-outbox.fix
Normal file
1
changelog.d/add-outbox.fix
Normal file
@ -0,0 +1 @@
|
||||
ap userview: add outbox field.
|
@ -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.",
|
||||
|
Loading…
Reference in New Issue
Block a user