Browse Source

Update Inbox

Daniel Supernault 6 years ago
parent
commit
2e56b353c6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Util/ActivityPub/Inbox.php

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

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