make mastodon happy args
This commit is contained in:
parent
d1c84ad9f0
commit
1c304eb8ba
@ -107,7 +107,7 @@ class Wfinger extends \Zotlabs\Web\Controller {
|
||||
[
|
||||
'rel' => 'http://schemas.google.com/g/2010#updates-from',
|
||||
'type' => 'application/atom+xml',
|
||||
'href' => z_root() . '/feed/' . $r[0]['channel_address'] . '?f=&compat=1'
|
||||
'href' => z_root() . '/feed/' . $r[0]['channel_address'] . '/?compat=1'
|
||||
],
|
||||
|
||||
[
|
||||
|
@ -57,7 +57,7 @@ class Xrd extends \Zotlabs\Web\Controller {
|
||||
'$aliases' => $aliases,
|
||||
'$profile_url' => z_root() . '/channel/' . $r[0]['channel_address'],
|
||||
'$hcard_url' => z_root() . '/hcard/' . $r[0]['channel_address'],
|
||||
'$atom' => z_root() . '/feed/' . $r[0]['channel_address'] . '?f=&compat=1',
|
||||
'$atom' => z_root() . '/feed/' . $r[0]['channel_address'] . '/?compat=1',
|
||||
'$zot_post' => z_root() . '/post/' . $r[0]['channel_address'],
|
||||
'$poco_url' => z_root() . '/poco/' . $r[0]['channel_address'],
|
||||
'$photo' => z_root() . '/photo/profile/l/' . $r[0]['channel_id'],
|
||||
|
Reference in New Issue
Block a user