1
0
Fork 0

Merge pull request #994 from pixelfed/frontend-ui-refactor

Update AP Inbox
This commit is contained in:
daniel 2019-03-08 21:04:25 -07:00 committed by GitHub
commit 01d6f5d9c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()