Update Inbox

This commit is contained in:
Daniel Supernault 2019-07-24 19:32:07 -06:00
parent ad4a36affd
commit 00047e9b1b
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ class Inbox
{
$actor = $this->payload['actor'];
$obj = $this->payload['object'];
$obj = $this->payload['object']['object'];
$type = $this->payload['object']['type'];
if($type !== 'Follow') {