Daniel Supernault 6 anni fa
parent
commit
2e56b353c6
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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();
     }