add attachments to zot6 event objects, add zot6 to federated transports (webfinger)

This commit is contained in:
zotlabs
2019-04-15 20:51:57 -07:00
parent 999ae6eb49
commit 0615709a7a
2 changed files with 7 additions and 2 deletions

View File

@@ -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)