Daniel Supernault hace 3 años
padre
commit
ab3dde14a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Util/ActivityPub/Inbox.php

+ 1 - 1
app/Util/ActivityPub/Inbox.php

@@ -707,7 +707,7 @@ class Inbox
 		}
 
         $blocks = UserFilterService::blocks($status->profile_id);
-        if($blocks && in_array($actor->id, $blocks)) {
+        if($blocks && in_array($profile->id, $blocks)) {
             return;
         }