Update the global contact entries for local users on a regular base
This commit is contained in:
parent
de431e185e
commit
bd1030b246
2 changed files with 7 additions and 2 deletions
|
|
@ -1705,8 +1705,7 @@ function update_gcontact_for_user($uid) {
|
|||
"hide" => ($r[0]["hidewall"] OR !$r[0]["net-publish"]),
|
||||
"nick" => $r[0]["nickname"], "addr" => $addr,
|
||||
"connect" => $addr, "server_url" => App::get_baseurl(),
|
||||
"generation" => 1, "network" => NETWORK_DFRN,
|
||||
"updated" => datetime_convert());
|
||||
"generation" => 1, "network" => NETWORK_DFRN);
|
||||
|
||||
update_gcontact($gcontact);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue