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