[#1501] Made user feed contain public and unlisted activities.
This commit is contained in:
parent
09d8b9cb55
commit
d7a57004ef
3 changed files with 45 additions and 8 deletions
|
|
@ -56,7 +56,7 @@ defmodule Pleroma.Web.Feed.UserController do
|
|||
"actor_id" => user.ap_id
|
||||
}
|
||||
|> put_if_exist("max_id", params["max_id"])
|
||||
|> ActivityPub.fetch_public_activities()
|
||||
|> ActivityPub.fetch_public_or_unlisted_activities()
|
||||
|
||||
conn
|
||||
|> put_resp_content_type("application/#{format}+xml")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue