]> git.mxchange.org Git - friendica.git/blobdiff - include/acl_selectors.php
rework autocomplete: space after inserting contact without id
[friendica.git] / include / acl_selectors.php
index 47f97250f8becc4c41db73bb8b2c2b218029e487..65f125b852e69a4668e124225ecc103c4f63d4c7 100644 (file)
@@ -556,7 +556,7 @@ function acl_lookup(&$a, $out_type = 'json') {
                if($r) {
                        foreach($r as $g) {
                                $contacts[] = array(
-                                       "photo"    => $g['photo'],
+                                       "photo"    => proxy_url($g['photo'], false, PROXY_SIZE_MICRO),
                                        "name"     => $g['name'],
                                        "nick"     => (x($g['addr']) ? $g['addr'] : $g['url']),
                                        "network" => $g['network'],