diff --git a/mod/contacts.php b/mod/contacts.php index 89154eded9..92463cd8de 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -238,12 +238,12 @@ function _contact_update_profile($contact_id) { $data = probe_url($r[0]["url"]); - // "Feed" is mostly a sign of communication problems - if (($data["network"] == NETWORK_FEED) AND ($data["network"] != $r[0]["network"])) + // "Feed" or "Unknown" is mostly a sign of communication problems + if ((in_array($data["network"], array(NETWORK_FEED, NETWORK_PHANTOM))) AND ($data["network"] != $r[0]["network"])) return; $updatefields = array("name", "nick", "url", "addr", "batch", "notify", "poll", "request", "confirm", - "poco", "network", "alias", "pubkey"); + "poco", "network", "alias"); $update = array(); if ($data["network"] == NETWORK_OSTATUS) { diff --git a/mod/follow.php b/mod/follow.php index 7b1957c93b..8affa11b56 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -94,6 +94,7 @@ function follow_content(&$a) { '$nickname' => "", '$name' => $ret["name"], '$url' => $ret["url"], + '$zrl' => zrl($ret["url"]), '$url_label' => t("Profile URL"), '$myaddr' => $myaddr, '$request' => $request, diff --git a/view/templates/auto_request.tpl b/view/templates/auto_request.tpl index 09e6163325..f938d63719 100644 --- a/view/templates/auto_request.tpl +++ b/view/templates/auto_request.tpl @@ -28,7 +28,7 @@ {{/if}} -{{if $url}}
{{$str_notifytype}} {{$notify_type}}
-