kopia lustrzana https://github.com/pixelfed/pixelfed
Merge pull request #1715 from pixelfed/trwnh-patch-1
Use correct ID when Accepting an activitypull/1721/head
commit
ce6f6a251f
|
@ -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()
|
||||
|
|
Ładowanie…
Reference in New Issue