it is poll, not notify

This commit is contained in:
Michael 2019-06-19 18:32:38 +00:00
parent b55546b726
commit d8ed2ed76d
1 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ class Xrd extends BaseModule
[
'rel' => NAMESPACE_FEED,
'type' => 'application/atom+xml',
'href' => $owner['notify'],
'href' => $owner['poll'],
],
[
'rel' => 'http://webfinger.net/rel/profile-page',
@ -179,7 +179,7 @@ class Xrd extends BaseModule
'$alias' => $alias,
'$profile_url' => $owner['url'],
'$hcard_url' => $baseURL . '/hcard/' . $owner['nickname'],
'$atom' => $owner['notify'],
'$atom' => $owner['poll'],
'$poco_url' => $owner['poco'],
'$photo' => $owner['photo'],
'$type' => $avatar['type'],