summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/mastodon_api/views/notification_view.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pleroma/web/mastodon_api/views/notification_view.ex')
-rw-r--r--lib/pleroma/web/mastodon_api/views/notification_view.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/mastodon_api/views/notification_view.ex b/lib/pleroma/web/mastodon_api/views/notification_view.ex
index b5b5b2376..f03269e4c 100644
--- a/lib/pleroma/web/mastodon_api/views/notification_view.ex
+++ b/lib/pleroma/web/mastodon_api/views/notification_view.ex
@@ -36,7 +36,7 @@ defmodule Pleroma.Web.MastodonAPI.NotificationView do
end)
|> Enum.map(&object_id_for/1)
|> Activity.create_by_object_ap_id()
- |> Activity.with_preloaded_object(:left)
+ |> Activity.with_preloaded_object(:inner)
|> Pleroma.Repo.all()
relationships_opt =