1
1
Fork 0

Bugfix: Revive dead contacts

This commit is contained in:
Michael 2017-10-15 19:34:15 +00:00
commit 08f461f70c
5 changed files with 17 additions and 14 deletions

View file

@ -66,7 +66,7 @@ function ostatus_subscribe_content(App $a) {
$data = probe_url($url);
if ($data["network"] == NETWORK_OSTATUS) {
$result = new_contact($uid,$url,true);
$result = new_contact($uid, $url, true, NETWORK_OSTATUS);
if ($result["success"]) {
$o .= " - ".t("success");
} else {