diff options
author | zotlabs <mike@macgirvin.com> | 2017-10-23 21:03:18 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-10-23 21:19:40 -0700 |
commit | 2aff3a1a05d7249a69115938c239a91658777e39 (patch) | |
tree | 2e28850db2cd6680d8c36679a7c35c545f3da1ad | |
parent | 52c1f79f2ec2ac4c417e8cca2008565891a5a0f6 (diff) | |
download | volse-hubzilla-2aff3a1a05d7249a69115938c239a91658777e39.tar.gz volse-hubzilla-2aff3a1a05d7249a69115938c239a91658777e39.tar.bz2 volse-hubzilla-2aff3a1a05d7249a69115938c239a91658777e39.zip |
not sure when but the hcard went missing in webfinger
-rw-r--r-- | Zotlabs/Module/Wfinger.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Zotlabs/Module/Wfinger.php b/Zotlabs/Module/Wfinger.php index 9db95f181..753721d27 100644 --- a/Zotlabs/Module/Wfinger.php +++ b/Zotlabs/Module/Wfinger.php @@ -165,6 +165,13 @@ class Wfinger extends \Zotlabs\Web\Controller { ], [ + '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'], ], |