add salmon key param
This commit is contained in:
parent
9db1148650
commit
3bde7b8f18
@ -106,6 +106,11 @@ function wfinger_init(&$a) {
|
||||
array(
|
||||
'rel' => 'http://purl.org/zot/protocol',
|
||||
'href' => z_root() . '/.well-known/zot-info' . '?address=' . $r[0]['xchan_addr'],
|
||||
),
|
||||
|
||||
array(
|
||||
'rel' => 'magic-public-key',
|
||||
'href' => 'data:application/magic-public-key,' . salmon_key($r[0]['channel_pubkey']),
|
||||
)
|
||||
);
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2016-02-21.1314H
|
||||
2016-02-22.1315H
|
||||
|
Reference in New Issue
Block a user