Merge branch 'remove-tag-warning' into 'develop'
[akkoma] / lib / pleroma / conversation / participation.ex
index 2a11f9069940d221aec41bb39d6f758fa4dd71aa..2c13c4b408a3ac9a434be385b1cd77ee23dea016 100644 (file)
@@ -79,5 +79,6 @@ defmodule Pleroma.Conversation.Participation do
         | last_activity_id: activity_id
       }
     end)
+    |> Enum.filter(& &1.last_activity_id)
   end
 end