1
0
Fork 0

Update FollowerController

This commit is contained in:
Daniel Supernault 2019-08-18 20:45:31 -06:00
parent e6f5940209
commit cb8d7e3b9a
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

@ -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()