Update AP Inbox

This commit is contained in:
Daniel Supernault 2019-03-08 21:03:46 -07:00
parent 2245c31bb8
commit 332cae6392
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -205,7 +205,7 @@ class Inbox
'type' => 'Accept', 'type' => 'Accept',
'actor' => $target->permalink(), 'actor' => $target->permalink(),
'object' => [ 'object' => [
'id' => $actor->permalink('#follows/'.$target->id), 'id' => $this->payload['id'],
'type' => 'Follow', 'type' => 'Follow',
'actor' => $actor->permalink(), 'actor' => $actor->permalink(),
'object' => $target->permalink() 'object' => $target->permalink()