use the medium size photo on the nav bar if that photo stays larger, as the small one usually looks awful when you scale it up.

This commit is contained in:
friendica 2014-02-20 01:49:40 -08:00
parent a7194bc79a
commit d8434bb480

View File

@ -95,7 +95,7 @@ EOT;
if($observer) { if($observer) {
$userinfo = array( $userinfo = array(
'icon' => $observer['xchan_photo_s'], 'icon' => $observer['xchan_photo_m'],
'name' => $observer['xchan_addr'], 'name' => $observer['xchan_addr'],
); );
} }