mirror of
https://github.com/friendica/friendica
synced 2024-11-18 23:03:40 +00:00
commit
41e336ffcb
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ class OStatus
|
||||||
$gcid = GContact::update($contact);
|
$gcid = GContact::update($contact);
|
||||||
|
|
||||||
GContact::link($gcid, $contact["uid"], $contact["id"]);
|
GContact::link($gcid, $contact["uid"], $contact["id"]);
|
||||||
} elseif ($contact["network"] != Protocol::DFRN) {
|
} elseif (empty($contact["network"]) || ($contact["network"] != Protocol::DFRN)) {
|
||||||
$contact = [];
|
$contact = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue