incorrect follow url in webfinger
This commit is contained in:
parent
fd5c92822c
commit
b1d4e97699
@ -117,7 +117,7 @@ class Wfinger extends \Zotlabs\Web\Controller {
|
|||||||
|
|
||||||
[
|
[
|
||||||
'rel' => 'http://ostatus.org/schema/1.0/subscribe',
|
'rel' => 'http://ostatus.org/schema/1.0/subscribe',
|
||||||
'template' => z_root() . '/follow/url={uri}',
|
'template' => z_root() . '/follow?f=&url={uri}',
|
||||||
],
|
],
|
||||||
|
|
||||||
[
|
[
|
||||||
|
@ -57,7 +57,7 @@ class Xrd extends \Zotlabs\Web\Controller {
|
|||||||
'$poco_url' => z_root() . '/poco/' . $r[0]['channel_address'],
|
'$poco_url' => z_root() . '/poco/' . $r[0]['channel_address'],
|
||||||
'$photo' => z_root() . '/photo/profile/l/' . $r[0]['channel_id'],
|
'$photo' => z_root() . '/photo/profile/l/' . $r[0]['channel_id'],
|
||||||
'$modexp' => 'data:application/magic-public-key,' . $salmon_key,
|
'$modexp' => 'data:application/magic-public-key,' . $salmon_key,
|
||||||
'$subscribe' => z_root() . '/follow?url={uri}',
|
'$subscribe' => z_root() . '/follow?f=&url={uri}',
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user