1
0
Daniel Supernault 6 жил өмнө
parent
commit
00047e9b1b

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

@@ -246,7 +246,7 @@ class Inbox
     {
 
         $actor = $this->payload['actor'];
-        $obj = $this->payload['object'];
+        $obj = $this->payload['object']['object'];
         $type = $this->payload['object']['type'];
 
         if($type !== 'Follow') {