diff options
author | lain <lain@soykaf.club> | 2020-01-28 13:38:49 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-01-28 13:38:49 +0000 |
commit | e3fae3380e2af0978436191127b148923f62ae53 (patch) | |
tree | 61477110f844e0f63febae2035fe3d58b5a7d062 | |
parent | be926863a8c4aa322dde0969e33c6addba85593a (diff) | |
download | pleroma-e3fae3380e2af0978436191127b148923f62ae53.tar.gz |
Apply suggestion to lib/pleroma/web/feed/tag_controller.ex
-rw-r--r-- | lib/pleroma/web/feed/tag_controller.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/feed/tag_controller.ex b/lib/pleroma/web/feed/tag_controller.ex index 9b722336c..9accd0872 100644 --- a/lib/pleroma/web/feed/tag_controller.ex +++ b/lib/pleroma/web/feed/tag_controller.ex @@ -15,7 +15,7 @@ defmodule Pleroma.Web.Feed.TagController do {format, tag} = parse_tag(raw_tag) activities = - %{"type" => ["Create"], "whole_db" => true, "tag" => tag} + %{"type" => ["Create"], "tag" => tag} |> put_in_if_exist("max_id", params["max_id"]) |> ActivityPub.fetch_public_activities() |