aboutsummaryrefslogtreecommitdiff
path: root/lib/mix/tasks
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-05-17 07:26:51 +0000
committerlain <lain@soykaf.club>2020-05-17 07:26:51 +0000
commit4b28d812cff3d8c1f6e78ab7a975ae8552bfc0ef (patch)
tree0680c83f613bd0a6a14f33cfe42a9b4493fa31a1 /lib/mix/tasks
parentd96f8f17e82147c50b3413c3739f5023a5daa834 (diff)
parent8062d590ddf3798616fe66e99574f925cc3b8c5e (diff)
downloadpleroma-4b28d812cff3d8c1f6e78ab7a975ae8552bfc0ef.tar.gz
Merge branch 'restricted-relations-embedding' into 'develop'
Restricted support for embedded relationships See merge request pleroma/pleroma!2456
Diffstat (limited to 'lib/mix/tasks')
-rw-r--r--lib/mix/tasks/pleroma/benchmark.ex3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/mix/tasks/pleroma/benchmark.ex b/lib/mix/tasks/pleroma/benchmark.ex
index 6ab7fe8ef..dd2b9c8f2 100644
--- a/lib/mix/tasks/pleroma/benchmark.ex
+++ b/lib/mix/tasks/pleroma/benchmark.ex
@@ -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
},