Browse Source

activitypub: add missing with_preloaded_object()

tags/v1.1.4
William Pitcock 5 years ago
parent
commit
ba7299fc87
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lib/pleroma/web/activity_pub/activity_pub.ex

+ 1
- 0
lib/pleroma/web/activity_pub/activity_pub.ex View File

@@ -438,6 +438,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
),
order_by: [desc: :id]
)
|> Activity.with_preloaded_object()

Repo.all(query)
end


Loading…
Cancel
Save