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

Update AP Inbox
pull/1005/head
daniel 6 years ago committed by GitHub
commit 01d6f5d9c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save