]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/DFRN.php
Merge pull request #6009 from vinzv/develop
[friendica.git] / src / Protocol / DFRN.php
index e8cf4a631a5080cbe0b2d359a5ed737acd7c288a..1dcc1197a5d3ae70cc614700ac2fbb1fe89a0212 100644 (file)
@@ -646,7 +646,7 @@ class DFRN
                XML::addElement($doc, $author, "dfrn:handle", $owner["addr"], $attributes);
 
                $attributes = ["rel" => "photo", "type" => "image/jpeg",
-                                       "media:width" => 175, "media:height" => 175, "href" => $owner['photo']];
+                                       "media:width" => 300, "media:height" => 300, "href" => $owner['photo']];
 
                if (!$public || !$hidewall) {
                        $attributes["dfrn:updated"] = $picdate;