Use webfinger in apcontact fetch

This commit is contained in:
Michael 2020-06-04 21:55:14 +00:00
parent 5d24a67c40
commit 62217735f0
5 changed files with 75 additions and 60 deletions

View file

@ -170,6 +170,7 @@ class ActivityPub
$profile['notify'] = $apcontact['inbox'];
$profile['poll'] = $apcontact['outbox'];
$profile['pubkey'] = $apcontact['pubkey'];
$profile['subscribe'] = $apcontact['subscribe'];
$profile['baseurl'] = $apcontact['baseurl'];
$profile['gsid'] = $apcontact['gsid'];