Merge branch 'fix/ap-icon' into 'develop'
[akkoma] / lib / pleroma / web / streamer.ex
index 7425bfb540e5e7100f037ff52c55645542804c6c..592749b42eb3df465a14b0271dbc916dff110fd1 100644 (file)
@@ -202,7 +202,7 @@ defmodule Pleroma.Web.Streamer do
         mutes = user.info.mutes || []
         reblog_mutes = user.info.muted_reblogs || []
 
-        parent = Object.normalize(item.data["object"])
+        parent = Object.normalize(item)
 
         unless is_nil(parent) or item.actor in blocks or item.actor in mutes or
                  item.actor in reblog_mutes or not ActivityPub.contain_activity(item, user) or