]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/ParseUrl.php
messages.po and and corrected typo in comment
[friendica.git] / src / Util / ParseUrl.php
index f0afa1ec2bae0cbdcfdbab6c10d27863604b7e72..5b0bf6a5ca785849183ebf17c96b97f695837484 100644 (file)
@@ -567,6 +567,7 @@ class ParseUrl
                                                $image['width'] = $photodata[0];
                                                $image['height'] = $photodata[1];
                                                $image['contenttype'] = $photodata['mime'];
+                                               $image['blurhash'] = $photodata['blurhash'] ?? null;
                                                unset($image['url']);
                                                ksort($image);
                                        } else {