Revert "Remove 'unlisted' handling for now."
This reverts commit 1027d1f696.
This commit is contained in:
parent
1027d1f696
commit
c7a85de35c
2 changed files with 1 additions and 3 deletions
|
|
@ -233,8 +233,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
|
|||
q = fetch_activities_query(["https://www.w3.org/ns/activitystreams#Public"], opts)
|
||||
|
||||
q
|
||||
# Too slow
|
||||
# |> restrict_unlisted()
|
||||
|> restrict_unlisted()
|
||||
|> Repo.all()
|
||||
|> Enum.reverse()
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue