copy activity id instead of guessing blindly

see #1710
pull/1715/head
trwnh 6 years ago committed by GitHub
parent f7153e8ce0
commit 995d604ea0
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