forked from AkkomaGang/akkoma
Merge branch 'fix_hashtag_search' into 'develop'
Fix hashtag search See merge request pleroma/pleroma!418
This commit is contained in:
commit
4bcdbb12a4
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue