From 332cae6392941cdc4de7d4918c93afadf7c715ce Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 8 Mar 2019 21:03:46 -0700 Subject: [PATCH] Update AP 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 f206b8644..af5270ee5 100644 --- a/app/Util/ActivityPub/Inbox.php +++ b/app/Util/ActivityPub/Inbox.php @@ -205,7 +205,7 @@ class Inbox 'type' => 'Accept', 'actor' => $target->permalink(), 'object' => [ - 'id' => $actor->permalink('#follows/'.$target->id), + 'id' => $this->payload['id'], 'type' => 'Follow', 'actor' => $actor->permalink(), 'object' => $target->permalink()