projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be92686
)
Apply suggestion to lib/pleroma/web/feed/tag_controller.ex
author
lain
<lain@soykaf.club>
Tue, 28 Jan 2020 13:38:49 +0000
(13:38 +0000)
committer
lain
<lain@soykaf.club>
Tue, 28 Jan 2020 13:38:49 +0000
(13:38 +0000)
lib/pleroma/web/feed/tag_controller.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/feed/tag_controller.ex
b/lib/pleroma/web/feed/tag_controller.ex
index 9b722336c7eb3f682a0cc1c1b32da37be36b06a5..9accd087233099b2299c6f85178f46f4d54d481d 100644
(file)
--- 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()