mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-19 13:01:26 +00:00
Merge pull request #707 from pixelfed/frontend-ui-refactor
Update AP Inbox
This commit is contained in:
commit
44246143cb
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ class Inbox
|
|||
// send Accept to remote profile
|
||||
$accept = [
|
||||
'@context' => 'https://www.w3.org/ns/activitystreams',
|
||||
'id' => $target->permalink().'#accepts/follows/',
|
||||
'id' => $target->permalink().'#accepts/follows/' . $follower->id,
|
||||
'type' => 'Accept',
|
||||
'actor' => $target->permalink(),
|
||||
'object' => [
|
||||
|
|
Loading…
Reference in a new issue