From 00047e9b1b243c11a2499c99eccca2edeae32a66 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 24 Jul 2019 19:32:07 -0600 Subject: [PATCH] Update Inbox --- app/Util/ActivityPub/Inbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Util/ActivityPub/Inbox.php b/app/Util/ActivityPub/Inbox.php index b51f3102a..b64985bf6 100644 --- a/app/Util/ActivityPub/Inbox.php +++ b/app/Util/ActivityPub/Inbox.php @@ -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') {