diff options
author | zotlabs <mike@macgirvin.com> | 2019-04-16 03:51:57 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-04-26 10:43:56 +0200 |
commit | 2221d4d61284689d9b2894e0ec5f565e9cecf89c (patch) | |
tree | 10a75ab755293156344568383d281bc12e8b7795 /Zotlabs/Module/Wfinger.php | |
parent | 5f73a46c053a362bc97323df2b442f9cfcbab740 (diff) | |
download | volse-hubzilla-2221d4d61284689d9b2894e0ec5f565e9cecf89c.tar.gz volse-hubzilla-2221d4d61284689d9b2894e0ec5f565e9cecf89c.tar.bz2 volse-hubzilla-2221d4d61284689d9b2894e0ec5f565e9cecf89c.zip |
add attachments to zot6 event objects, add zot6 to federated transports (webfinger)
(cherry picked from commit 0615709a7ab7bba66b2a07d593e84a35ed083edb)
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) |