mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-23 06:51:27 +00:00
Merge pull request #994 from pixelfed/frontend-ui-refactor
Update AP Inbox
This commit is contained in:
commit
01d6f5d9c4
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