aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-04-15 20:51:57 -0700
committerzotlabs <mike@macgirvin.com>2019-04-15 20:51:57 -0700
commit0615709a7ab7bba66b2a07d593e84a35ed083edb (patch)
treedfd92be860bfc64b8b13b1382f97b81cdd312026 /Zotlabs
parent999ae6eb494dbe7c700d40a2e7557ebee7157d80 (diff)
downloadvolse-hubzilla-0615709a7ab7bba66b2a07d593e84a35ed083edb.tar.gz
volse-hubzilla-0615709a7ab7bba66b2a07d593e84a35ed083edb.tar.bz2
volse-hubzilla-0615709a7ab7bba66b2a07d593e84a35ed083edb.zip
add attachments to zot6 event objects, add zot6 to federated transports (webfinger)
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Wfinger.php2
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)