add mimetype to photo info

This commit is contained in:
friendica 2012-11-01 19:49:00 +11:00
parent 1b74753c11
commit ca8a351814

View File

@ -60,6 +60,7 @@ function zfinger_init(&$a) {
$ret['name'] = $e['xchan_name'];
$ret['name_updated'] = $e['xchan_name_date'];
$ret['address'] = $e['xchan_addr'];
$ret['photo_mimetype'] = $e['xchan_photo_mimetype'],
$ret['photo'] = $e['xchan_photo_l'];
$ret['photo_updated'] = $e['xchan_photo_date'];
$ret['target'] = $ztarget;