소스 검색

Update Inbox

Daniel Supernault 6 년 전
부모
커밋
00047e9b1b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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') {