Fix hashtags WebSocket streaming

This commit is contained in:
Egor Kislitsyn 2020-03-13 19:30:42 +04:00 committed by rinpatch
commit ffd636f109
2 changed files with 5 additions and 5 deletions

View file

@ -39,7 +39,7 @@ defmodule Pleroma.Activity.Ir.Topics do
end
end
defp item_creation_tags(tags, %{data: %{"type" => "Create"}} = object, activity) do
defp item_creation_tags(tags, object, %{data: %{"type" => "Create"}} = activity) do
tags ++ hashtags_to_topics(object) ++ attachment_topics(object, activity)
end