mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Bugfix: The nickname vanished/better way to fetch the alias
This commit is contained in:
parent
e5377a5e91
commit
b4b62493e6
4 changed files with 23 additions and 8 deletions
|
@ -28,7 +28,7 @@ function noscrape_init(&$a) {
|
|||
$json_info = array(
|
||||
'fn' => $a->profile['name'],
|
||||
'addr' => $a->profile['addr'],
|
||||
'nick' => $a->user['nickname'],
|
||||
'nick' => $which,
|
||||
'key' => $a->profile['pubkey'],
|
||||
'homepage' => $a->get_baseurl()."/profile/{$which}",
|
||||
'comm' => (x($a->profile,'page-flags')) && ($a->profile['page-flags'] == PAGE_COMMUNITY),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue