Merge pull request #1664 from pixelfed/staging

Update Inbox, fix typo
This commit is contained in:
daniel 2019-09-06 20:34:49 -06:00 committed by GitHub
commit f428aeecd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ class Inbox
if(!isset(
$this->payload['actor'],
$this->payload['object'],
$this->payload['object']['id']
$this->payload['object']['id'],
$this->payload['object']['type']
)) {
return;