mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-29 17:53:16 +00:00
Merge pull request #1623 from pixelfed/staging
Update FollowerController
This commit is contained in:
commit
26c1f6362a
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ class FollowerController extends Controller
|
||||||
|
|
||||||
$payload = [
|
$payload = [
|
||||||
'@context' => 'https://www.w3.org/ns/activitystreams',
|
'@context' => 'https://www.w3.org/ns/activitystreams',
|
||||||
|
'id' => $user->permalink('#follow/'.$target->id.''),
|
||||||
'type' => 'Follow',
|
'type' => 'Follow',
|
||||||
'actor' => $user->permalink(),
|
'actor' => $user->permalink(),
|
||||||
'object' => $target->permalink()
|
'object' => $target->permalink()
|
||||||
|
|
Loading…
Reference in a new issue