Restricted embedding of relationships where applicable (statuses / notifications...
[akkoma] / lib / mix / tasks / pleroma / benchmark.ex
index 6ab7fe8ef6aaac665ab330b4c3b3fbaa75671140..dd2b9c8f278b26d28506b14a413d341a704c6417 100644 (file)
@@ -67,8 +67,7 @@ defmodule Mix.Tasks.Pleroma.Benchmark do
           Pleroma.Web.MastodonAPI.StatusView.render("index.json", %{
             activities: activities,
             for: user,
-            as: :activity,
-            skip_relationships: true
+            as: :activity
           })
         end
       },