mirror of
https://github.com/friendica/friendica
synced 2025-05-11 05:04:10 +02:00
Fetch more comtact data from probing, remove duplicated contacts
This commit is contained in:
parent
a06de3127f
commit
8cbdc7939e
4 changed files with 88 additions and 17 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue