Daniel Supernault 2 years ago
parent
commit
ab3dde14a8
1 changed files with 1 additions and 1 deletions
  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;
         }