Fetch more comtact data from probing, remove duplicated contacts

This commit is contained in:
Michael 2019-07-12 14:55:23 +00:00
parent a06de3127f
commit 8cbdc7939e
4 changed files with 88 additions and 17 deletions

View 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,