diff options
author | kaniini <nenolod@gmail.com> | 2019-06-05 15:51:32 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-06-05 15:51:32 +0000 |
commit | a511d2f9003870d267c143ee1aa12a0dfd805f8e (patch) | |
tree | 581f3e97a6fd06e3b4fa1f1d20adace9fb8d08db /lib/mix/tasks | |
parent | 50afe5ab9e384676a7e64b476f3655ccf94acb5d (diff) | |
parent | 1cb245c9825febb0b83cfc361f78d132cb5d05a8 (diff) | |
download | pleroma-a511d2f9003870d267c143ee1aa12a0dfd805f8e.tar.gz |
Merge branch 'improve-search' into 'develop'
[#943] Contain search for unauthenticated users
See merge request pleroma/pleroma!1220
Diffstat (limited to 'lib/mix/tasks')
-rw-r--r-- | lib/mix/tasks/benchmark.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mix/tasks/benchmark.ex b/lib/mix/tasks/benchmark.ex index 0fbb4dbb1..e4b1a638a 100644 --- a/lib/mix/tasks/benchmark.ex +++ b/lib/mix/tasks/benchmark.ex @@ -7,7 +7,7 @@ defmodule Mix.Tasks.Pleroma.Benchmark do Benchee.run(%{ "search" => fn -> - Pleroma.Web.MastodonAPI.MastodonAPIController.status_search(nil, "cofe") + Pleroma.Activity.search(nil, "cofe") end }) end |