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

activitypub: add missing with_preloaded_object()

parent e4307cad
No related branches found
No related tags found
No related merge requests found
......@@ -438,6 +438,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
),
order_by: [desc: :id]
)
|> Activity.with_preloaded_object()
Repo.all(query)
end
......
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