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

Update Inbox
This commit is contained in:
daniel 2019-04-18 00:37:16 -06:00 committed by GitHub
commit 9856d509ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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