diff options
author | zotlabs <mike@macgirvin.com> | 2017-10-23 21:03:18 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-10-23 21:03:18 -0700 |
commit | 25988ddefa201eb031fac97d5046c19184d8d015 (patch) | |
tree | 576d18ca7901dda269d2cf0aaa108a67c0a06518 | |
parent | c49eec71f0995cd75be99a64a4dde398f9f0241b (diff) | |
download | volse-hubzilla-25988ddefa201eb031fac97d5046c19184d8d015.tar.gz volse-hubzilla-25988ddefa201eb031fac97d5046c19184d8d015.tar.bz2 volse-hubzilla-25988ddefa201eb031fac97d5046c19184d8d015.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'], ], |