mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
use "contacts/<id_contact>" url as subject id, as statusnet and twitter use urls like "domain/<id_user>".
This seem to make StatusNet Desktop client work better.
This commit is contained in:
parent
7cd7a79807
commit
655f5c7b9f
2 changed files with 3 additions and 2 deletions
|
@ -243,6 +243,7 @@
|
|||
'location' => '', //$uinfo[0]['default-location'],
|
||||
'profile_image_url' => $uinfo[0]['micro'],
|
||||
'url' => $uinfo[0]['url'],
|
||||
'contact_url' => $a->get_baseurl()."/contacts/".$uinfo[0]['cid'],
|
||||
'protected' => false, #
|
||||
'friends_count' => $countfriends,
|
||||
'created_at' => api_date($uinfo[0]['name-date']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue