mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Merge pull request #1715 from pixelfed/trwnh-patch-1
Use correct ID when Accepting an activity
This commit is contained in:
commit
ce6f6a251f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue