diff options
author | lambda <pleromagit@rogerbraun.net> | 2018-11-02 20:05:56 +0000 |
---|---|---|
committer | lambda <pleromagit@rogerbraun.net> | 2018-11-02 20:05:56 +0000 |
commit | 4bcdbb12a40049ca4504602ffcf3e1e95455706b (patch) | |
tree | 500cfbed23f24b3ca1cee4aa188a6caa271e7075 /lib | |
parent | f028647ac0120f31af820a6b490598173c46a840 (diff) | |
parent | 0cca7edbe065b2b1aa5f81bad72025f73cae5cf8 (diff) | |
download | pleroma-4bcdbb12a40049ca4504602ffcf3e1e95455706b.tar.gz |
Merge branch 'fix_hashtag_search' into 'develop'
Fix hashtag search
See merge request pleroma/pleroma!418
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/mastodon_api/mastodon_api_controller.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex index e03027be7..f6cf081fd 100644 --- a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex +++ b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex @@ -508,6 +508,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do |> Map.put("type", "Create") |> Map.put("local_only", local_only) |> Map.put("blocking_user", user) + |> Map.put("tag", String.downcase(params["tag"])) activities = ActivityPub.fetch_public_activities(params) |