Merge pull request #1715 from pixelfed/trwnh-patch-1

Use correct ID when Accepting an activity
pull/1721/head
daniel 6 years ago committed by GitHub
commit ce6f6a251f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -197,7 +197,7 @@ class Inbox
'type' => 'Accept',
'actor' => $target->permalink(),
'object' => [
'id' => $actor->permalink('#follows/' . $follower->id),
'id' => $this->payload['id'],
'actor' => $actor->permalink(),
'type' => 'Follow',
'object' => $target->permalink()

Loading…
Cancel
Save