fix tests
This commit is contained in:
parent
26f710b9e3
commit
faba1a6e33
2 changed files with 3 additions and 4 deletions
|
|
@ -30,8 +30,8 @@ defmodule Pleroma.Web.Preload.Providers.Timelines do
|
|||
defp get_public_timeline(local_only) do
|
||||
activities =
|
||||
ActivityPub.fetch_public_activities(%{
|
||||
"type" => ["Create"],
|
||||
"local_only" => local_only
|
||||
type: ["Create"],
|
||||
local_only: local_only
|
||||
})
|
||||
|
||||
StatusView.render("index.json", activities: activities, for: nil, as: :activity)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue