mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
Use webfinger in apcontact fetch
This commit is contained in:
parent
5d24a67c40
commit
62217735f0
5 changed files with 75 additions and 60 deletions
|
@ -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'];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue