]> git.mxchange.org Git - friendica.git/blobdiff - src/Contact/Avatar.php
messages.po and and corrected typo in comment
[friendica.git] / src / Contact / Avatar.php
index 711a8549f26a96c7f6b85ec9de93a001210ae2b2..02a5a45d4ecda738f1e312baf9111d7b97e8c4e9 100644 (file)
@@ -90,6 +90,8 @@ class Avatar
                $filename  = self::getFilename($contact['url']);
                $timestamp = time();
 
+               $fields['blurhash'] = $image->getBlurHash();
+
                $fields['photo'] = self::storeAvatarCache($image, $filename, Proxy::PIXEL_SMALL, $timestamp);
                $fields['thumb'] = self::storeAvatarCache($image, $filename, Proxy::PIXEL_THUMB, $timestamp);
                $fields['micro'] = self::storeAvatarCache($image, $filename, Proxy::PIXEL_MICRO, $timestamp);