forked from mirror/pixelfed
Merge pull request #994 from pixelfed/frontend-ui-refactor
Update AP Inbox
This commit is contained in:
commit
01d6f5d9c4
|
@ -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 New Issue