Browse Source

Update Inbox

Daniel Supernault 6 years ago
parent
commit
00047e9b1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Util/ActivityPub/Inbox.php

+ 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') {