it is poll, not notify
This commit is contained in:
parent
b55546b726
commit
d8ed2ed76d
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ class Xrd extends BaseModule
|
||||||
[
|
[
|
||||||
'rel' => NAMESPACE_FEED,
|
'rel' => NAMESPACE_FEED,
|
||||||
'type' => 'application/atom+xml',
|
'type' => 'application/atom+xml',
|
||||||
'href' => $owner['notify'],
|
'href' => $owner['poll'],
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'rel' => 'http://webfinger.net/rel/profile-page',
|
'rel' => 'http://webfinger.net/rel/profile-page',
|
||||||
|
@ -179,7 +179,7 @@ class Xrd extends BaseModule
|
||||||
'$alias' => $alias,
|
'$alias' => $alias,
|
||||||
'$profile_url' => $owner['url'],
|
'$profile_url' => $owner['url'],
|
||||||
'$hcard_url' => $baseURL . '/hcard/' . $owner['nickname'],
|
'$hcard_url' => $baseURL . '/hcard/' . $owner['nickname'],
|
||||||
'$atom' => $owner['notify'],
|
'$atom' => $owner['poll'],
|
||||||
'$poco_url' => $owner['poco'],
|
'$poco_url' => $owner['poco'],
|
||||||
'$photo' => $owner['photo'],
|
'$photo' => $owner['photo'],
|
||||||
'$type' => $avatar['type'],
|
'$type' => $avatar['type'],
|
||||||
|
|
Loading…
Reference in a new issue