Update Inbox, fix typo

This commit is contained in:
Daniel Supernault 2019-09-06 20:34:00 -06:00
parent 48f5161b3c
commit 2e345687d9
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
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;