mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
poco discovery
This commit is contained in:
parent
ea0ab6fbac
commit
056fe0a3aa
3 changed files with 4 additions and 1 deletions
|
@ -47,6 +47,7 @@ function xrd_init(&$a) {
|
|||
'$hcard_url' => $a->get_baseurl() . '/hcard/' . $r[0]['nickname'],
|
||||
'$atom' => $a->get_baseurl() . '/dfrn_poll/' . $r[0]['nickname'],
|
||||
'$zot_post' => $a->get_baseurl() . '/post/' . $r[0]['nickname'],
|
||||
'$poco_url' => $a->get_baseurl() . '/poco/' . $r[0]['nickname'],
|
||||
'$photo' => $a->get_baseurl() . '/photo/profile/' . $r[0]['uid'] . '.jpg',
|
||||
'$dspr' => $dspr,
|
||||
'$salmon' => $a->get_baseurl() . '/salmon/' . $r[0]['nickname'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue