瀏覽代碼

Merge pull request #1152 from pixelfed/frontend-ui-refactor

Update Inbox
daniel 6 年之前
父節點
當前提交
9856d509ee
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/Util/ActivityPub/Inbox.php

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

@@ -36,7 +36,6 @@ class Inbox
 
     public function handle()
     {
-        abort_if(!Helpers::validateObject($this->payload), 400);
         $this->handleVerb();
     }