1
1
Fork 0

adapted 300px image size for default avatar

This commit is contained in:
vinzv 2018-10-23 15:16:58 +02:00
commit 95f9337e0e
3 changed files with 3 additions and 3 deletions

View file

@ -537,7 +537,7 @@ function dfrn_confirm_post(App $a, $handsfree = null)
if (DBA::isResult($contact)) {
$photo = $contact['photo'];
} else {
$photo = System::baseUrl() . '/images/person-175.jpg';
$photo = System::baseUrl() . '/images/person-300.jpg';
}
Contact::updateAvatar($photo, $local_uid, $dfrn_record);