The global contacts now contain a "generation" value that defines how we know this contact

This commit is contained in:
Michael Vogel
2015-02-15 10:52:45 +01:00
parent cb88269581
commit d1d794f1ab
7 changed files with 179 additions and 27 deletions
+1 -1
View File
@@ -2398,7 +2398,7 @@ function diaspora_profile($importer,$xml,$msg) {
if (unxmlify($xml->searchable) == "true") {
require_once('include/socgraph.php');
poco_check($contact['url'], $name, NETWORK_DIASPORA, $images[0], $about, $location, $gender, $keywords, "",
datetime_convert(), $contact['id'], $importer['uid']);
datetime_convert(), 2, $contact['id'], $importer['uid']);
}
$profileurl = "";