]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Diaspora.php
Fetch more comtact data from probing, remove duplicated contacts
[friendica.git] / src / Protocol / Diaspora.php
index 31d9efa18fe2d756510595fb6757cca9b7e62798..a264398efd4289016a96585538bb67c58ba07978 100644 (file)
@@ -2267,6 +2267,8 @@ class Diaspora
 
                DBA::update('contact', $fields, ['id' => $contact['id']]);
 
+               // @todo Update the public contact, then update the gcontact from that
+
                $gcontact = ["url" => $contact["url"], "network" => Protocol::DIASPORA, "generation" => 2,
                                        "photo" => $image_url, "name" => $name, "location" => $location,
                                        "about" => $about, "birthday" => $birthday, "gender" => $gender,