diff options
-rw-r--r-- | mod/zfinger.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/zfinger.php b/mod/zfinger.php index 0059d078a..bebbf7f6d 100644 --- a/mod/zfinger.php +++ b/mod/zfinger.php @@ -63,6 +63,8 @@ function zfinger_init(&$a) { $ret['photo_mimetype'] = $e['xchan_photo_mimetype'], $ret['photo'] = $e['xchan_photo_l']; $ret['photo_updated'] = $e['xchan_photo_date']; + $ret['url'] = $e['xchan_url']; + $ret['name_updated'] = $e['xchan_name_date']; $ret['target'] = $ztarget; $ret['target_sig'] = $zsig; |