incorrect follow url in webfinger

This commit is contained in:
zotlabs
2017-07-14 14:03:56 -07:00
parent fd5c92822c
commit b1d4e97699
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ class Xrd extends \Zotlabs\Web\Controller {
'$poco_url' => z_root() . '/poco/' . $r[0]['channel_address'],
'$photo' => z_root() . '/photo/profile/l/' . $r[0]['channel_id'],
'$modexp' => 'data:application/magic-public-key,' . $salmon_key,
'$subscribe' => z_root() . '/follow?url={uri}',
'$subscribe' => z_root() . '/follow?f=&url={uri}',
));