]> git.mxchange.org Git - friendica.git/blobdiff - include/discover_poco.php
Issue 2957: The avatar problem with mastodon should now finally be solved
[friendica.git] / include / discover_poco.php
index f5cdd1b10ed6efa6eacf64943a8891214e9db33a..bb53efb5ccc125b37097c0d1112338d4b7269b1e 100644 (file)
@@ -278,7 +278,6 @@ function gs_search_user($search) {
                return false;
        }
        foreach($contacts->data AS $user) {
-               //update_gcontact_from_probe($user->site_address."/".$user->name);
                $contact = probe_url($user->site_address."/".$user->name);
                if ($contact["network"] != NETWORK_PHANTOM) {
                        $contact["about"] = $user->description;