Browse Source

Merge pull request #2157 from pixelfed/staging

Update Inbox
daniel 5 năm trước cách đây
mục cha
commit
6c7c94f31f
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      app/Util/ActivityPub/Inbox.php

+ 0 - 2
app/Util/ActivityPub/Inbox.php

@@ -293,8 +293,6 @@ class Inbox
         if(!isset(
             $this->payload['actor'], 
             $this->payload['object'], 
-            $this->payload['object']['id'],
-            $this->payload['object']['type']
         )) {
             return;
         }