Explorar el Código

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

Update Inbox
daniel hace 6 años
padre
commit
9856d509ee
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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();
     }