aboutsummaryrefslogtreecommitdiff
path: root/lib/mix/tasks
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-04-16 21:28:52 +0300
committerrinpatch <rinpatch@sdf.org>2020-04-16 21:28:52 +0300
commit942d7467ca28c898f914539ae85ea3044c36ebbc (patch)
tree03d909dfcf5974838919076c6ae994515b0c1f84 /lib/mix/tasks
parente89078ac2a27bb0a833c982dbb5eef63ddea3cc0 (diff)
parent252528a4b9ca3a5d92f1676c44989ad7d8777de1 (diff)
downloadpleroma-942d7467ca28c898f914539ae85ea3044c36ebbc.tar.gz
Merge branch 'develop' into features/remove-user-source_data
Diffstat (limited to 'lib/mix/tasks')
-rw-r--r--lib/mix/tasks/pleroma/benchmark.ex3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/mix/tasks/pleroma/benchmark.ex b/lib/mix/tasks/pleroma/benchmark.ex
index dd2b9c8f2..6ab7fe8ef 100644
--- a/lib/mix/tasks/pleroma/benchmark.ex
+++ b/lib/mix/tasks/pleroma/benchmark.ex
@@ -67,7 +67,8 @@ defmodule Mix.Tasks.Pleroma.Benchmark do
Pleroma.Web.MastodonAPI.StatusView.render("index.json", %{
activities: activities,
for: user,
- as: :activity
+ as: :activity,
+ skip_relationships: true
})
end
},