mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
use addr for webfinger and name for the real name in the userinfo array
This commit is contained in:
@@ -83,7 +83,8 @@ function nav($template = 'default') {
|
||||
if ($observer) {
|
||||
$userinfo = [
|
||||
'icon' => $observer['xchan_photo_m'] . '?rev=' . strtotime($observer['xchan_photo_date']),
|
||||
'name' => $observer['xchan_addr'],
|
||||
'addr' => $observer['xchan_addr'],
|
||||
'name' => $observer['xchan_name'],
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user