Skip to content
Snippets Groups Projects
Commit 9aea7cc2 authored by kaniini's avatar kaniini
Browse files

activitypub: preload child objects when fetching timelines

parent 092ceded
No related branches found
No related tags found
No related merge requests found
......@@ -716,6 +716,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
limit: 20,
order_by: [fragment("? desc nulls last", activity.id)]
)
|> Activity.with_preloaded_object()
base_query
|> restrict_recipients(recipients, opts["user"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment