1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-09-11 14:17:21 +01:00

Merge branch 'fix_hashtag_search' into 'develop'

Fix hashtag search

See merge request pleroma/pleroma!418
This commit is contained in:
lambda 2018-11-02 20:05:56 +00:00
commit 4bcdbb12a4

View file

@ -508,6 +508,7 @@ def hashtag_timeline(%{assigns: %{user: user}} = conn, params) 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)