소스 검색

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();
     }