mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update FollowerController
This commit is contained in:
parent
e6f5940209
commit
cb8d7e3b9a
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ class FollowerController extends Controller
|
|||
|
||||
$payload = [
|
||||
'@context' => 'https://www.w3.org/ns/activitystreams',
|
||||
'id' => $user->permalink('#follow/'.$target->id.''),
|
||||
'type' => 'Follow',
|
||||
'actor' => $user->permalink(),
|
||||
'object' => $target->permalink()
|
||||
|
|
Loading…
Reference in a new issue