]> git.mxchange.org Git - friendica.git/blobdiff - mod/ping.php
Merge pull request #1976 from rabuzarus/tabs-id
[friendica.git] / mod / ping.php
index e87ed985534bd0eaeccfc0a482857dd53f2ffc90..791ceed3519a6dc12d588a270f395431f5fb55fb 100644 (file)
@@ -173,7 +173,7 @@ function ping_init(&$a) {
                 *              'message' => notification message. "{0}" will be replaced by subject name
                 **/
                function xmlize($n){
-                       $n['photo'] = proxy_url($n['photo']);
+                       $n['photo'] = proxy_url($n['photo'], false, PROXY_SIZE_MICRO);
 
                        $n['message'] = html_entity_decode($n['message'], ENT_COMPAT | ENT_HTML401, "UTF-8");
                        $n['name'] = html_entity_decode($n['name'], ENT_COMPAT | ENT_HTML401, "UTF-8");