not sure when but the hcard went missing in webfinger

This commit is contained in:
zotlabs 2017-10-23 21:03:18 -07:00
parent 52c1f79f2e
commit 2aff3a1a05

View File

@ -164,6 +164,13 @@ class Wfinger extends \Zotlabs\Web\Controller {
'href' => $r[0]['xchan_photo_l']
],
[
'rel' => 'http://microformats.org/profile/hcard',
'type' => 'text/html',
'href' => z_root() . '/hcard/' . $r[0]['channel_address']
],
[
'rel' => 'http://webfinger.net/rel/profile-page',
'href' => z_root() . '/profile/' . $r[0]['channel_address'],