Merge branch 'fix/hashtags-streaming' into 'develop'
Fix hashtags WebSocket streaming Closes #1593 See merge request pleroma/pleroma!2294
This commit is contained in:
commit
994ac4357c
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue