Merge remote-tracking branch 'upstream/develop' into linkify
[akkoma] / lib / pleroma / activity / ir / topics.ex
index 4acc1a3e004eb744b59e73e7cc6c642d6d51e401..9e65bedade120e9daecc35fa4bfc132fdabc2fbb 100644 (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