Update AP Inbox

This commit is contained in:
Daniel Supernault 2018-12-27 22:55:21 -07:00
parent 88189360c6
commit 1cca479fad
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -220,7 +220,7 @@ class Inbox
// send Accept to remote profile
$accept = [
'@context' => 'https://www.w3.org/ns/activitystreams',
'id' => $target->permalink().'#accepts/follows/',
'id' => $target->permalink().'#accepts/follows/' . $follower->id,
'type' => 'Accept',
'actor' => $target->permalink(),
'object' => [