mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:10:14 +00:00
Merge branch '2024.09-rc' into merge-2024.09-rc-into-develop
This commit is contained in:
commit
c6c29b29b1
20 changed files with 554 additions and 146 deletions
|
@ -2321,7 +2321,7 @@ class Contact
|
|||
if ($fetchResult->isSuccess() && !empty($img_str)) {
|
||||
$image = new Image($img_str, $fetchResult->getContentType(), $avatar);
|
||||
if ($image->isValid()) {
|
||||
$update_fields['blurhash'] = $image->getBlurHash();
|
||||
$update_fields['blurhash'] = $image->getBlurHash($img_str);
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue