diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-04-19 15:34:02 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-04-19 15:34:02 +0200 |
commit | 39a53113153cd5ddd985d4c1fd177c3e5fb70884 (patch) | |
tree | 0f855774b37fd28153638d05bdd953d4f83b95e7 /Zotlabs/Module/Wfinger.php | |
parent | 9b6e46dc6b245a229b0b5af0efea88c2838ce56a (diff) | |
parent | fb03e3f00e14c424062253edc1a0f76817493b05 (diff) | |
download | volse-hubzilla-39a53113153cd5ddd985d4c1fd177c3e5fb70884.tar.gz volse-hubzilla-39a53113153cd5ddd985d4c1fd177c3e5fb70884.tar.bz2 volse-hubzilla-39a53113153cd5ddd985d4c1fd177c3e5fb70884.zip |
Merge branch 'dev' into calendar_merge
Diffstat (limited to 'Zotlabs/Module/Wfinger.php')
-rw-r--r-- | Zotlabs/Module/Wfinger.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Wfinger.php b/Zotlabs/Module/Wfinger.php index 03275abbc..a19bdbedc 100644 --- a/Zotlabs/Module/Wfinger.php +++ b/Zotlabs/Module/Wfinger.php @@ -128,7 +128,7 @@ class Wfinger extends \Zotlabs\Web\Controller { 'http://webfinger.net/ns/name' => $r[0]['channel_name'], 'http://xmlns.com/foaf/0.1/name' => $r[0]['channel_name'], 'https://w3id.org/security/v1#publicKeyPem' => $r[0]['xchan_pubkey'], - 'http://purl.org/zot/federation' => 'zot' + 'http://purl.org/zot/federation' => 'zot,zot6' ]; foreach($aliases as $alias) |