diff options
author | rinpatch <rinpatch@sdf.org> | 2020-04-13 13:05:40 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-04-13 13:05:40 +0000 |
commit | ef37774403ff5af69a637875240eec205b6f55a5 (patch) | |
tree | 22239f2cc64f27e5db487e0fea919e13137b3e57 /lib/mix/tasks | |
parent | 7ee35eb9a6a55ef610eb02a04a33f67e5921cff3 (diff) | |
parent | 5c76afb06c731557b537f928296e0b5c259f8d5e (diff) | |
download | pleroma-ef37774403ff5af69a637875240eec205b6f55a5.tar.gz pleroma-ef37774403ff5af69a637875240eec205b6f55a5.zip |
Merge branch 'output-of-relationships-in-statuses' into 'develop'
Ability to control the output of AccountView.pleroma.relationship in statuses / notifications
See merge request pleroma/pleroma!2342
Diffstat (limited to 'lib/mix/tasks')
-rw-r--r-- | lib/mix/tasks/pleroma/benchmark.ex | 3 |
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 }, |