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',
|
||||
'actor' => $target->permalink(),
|
||||
'object' => [
|
||||
'id' => $actor->permalink('#follows/'.$target->id),
|
||||
'id' => $this->payload['id'],
|
||||
'type' => 'Follow',
|
||||
'actor' => $actor->permalink(),
|
||||
'object' => $target->permalink()
|
||||
|
|
Loading…
Reference in a new issue