浏览代码

Merge pull request #2157 from pixelfed/staging

Update Inbox
daniel 5 年之前
父节点
当前提交
6c7c94f31f
共有 1 个文件被更改,包括 0 次插入2 次删除
  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;
         }