diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-04-26 22:16:23 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-04-26 22:16:23 +0200 |
commit | 1c304eb8ba5395e62c0245133d58a3f00adaeaac (patch) | |
tree | 4304e0d428df9275bd5ed350075ccd05438b5805 /Zotlabs/Module/Xrd.php | |
parent | d1c84ad9f0884bb49c7840ac59f5756b16cb7aef (diff) | |
download | volse-hubzilla-1c304eb8ba5395e62c0245133d58a3f00adaeaac.tar.gz volse-hubzilla-1c304eb8ba5395e62c0245133d58a3f00adaeaac.tar.bz2 volse-hubzilla-1c304eb8ba5395e62c0245133d58a3f00adaeaac.zip |
make mastodon happy args
Diffstat (limited to 'Zotlabs/Module/Xrd.php')
-rw-r--r-- | Zotlabs/Module/Xrd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Xrd.php b/Zotlabs/Module/Xrd.php index ba650be55..7fd81e490 100644 --- a/Zotlabs/Module/Xrd.php +++ b/Zotlabs/Module/Xrd.php @@ -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'], |