forked from mirror/pixelfed
Merge pull request #1715 from pixelfed/trwnh-patch-1
Use correct ID when Accepting an activity
This commit is contained in:
commit
ce6f6a251f
|
@ -197,7 +197,7 @@ class Inbox
|
||||||
'type' => 'Accept',
|
'type' => 'Accept',
|
||||||
'actor' => $target->permalink(),
|
'actor' => $target->permalink(),
|
||||||
'object' => [
|
'object' => [
|
||||||
'id' => $actor->permalink('#follows/' . $follower->id),
|
'id' => $this->payload['id'],
|
||||||
'actor' => $actor->permalink(),
|
'actor' => $actor->permalink(),
|
||||||
'type' => 'Follow',
|
'type' => 'Follow',
|
||||||
'object' => $target->permalink()
|
'object' => $target->permalink()
|
||||||
|
|
Loading…
Reference in New Issue