mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update AP Inbox
This commit is contained in:
parent
2245c31bb8
commit
332cae6392
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue