mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
parent
f7153e8ce0
commit
995d604ea0
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue