From: Michael Vogel Date: Wed, 20 Apr 2016 07:38:06 +0000 (+0200) Subject: Only do the cleaning on specific networks X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bdd55638ce32a865833d6cf5d0fb3b67ca0b9f1d;p=friendica.git Only do the cleaning on specific networks --- diff --git a/include/socgraph.php b/include/socgraph.php index be11894d9e..b7d6f29344 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -1420,7 +1420,7 @@ function get_gcontact_id($contact) { fix_alternate_contact_address($contact); // Remove unwanted parts from the contact url (e.g. "?zrl=...") - if ($contact["network"] != NETWORK_FEED) + if (in_array($contact["network"], array(NETWORK_DFRN, NETWORK_DIASPORA, NETWORK_OSTATUS))) $contact["url"] = clean_contact_url($contact["url"]); $r = q("SELECT `id` FROM `gcontact` WHERE `nurl` = '%s' ORDER BY `id` LIMIT 2",