]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/User/PortableContacts.php
The GNU-Social import is removed
[friendica.git] / src / Module / User / PortableContacts.php
index 6a3c1201d972437bdd624487eb0ed8d624a60fae..9f98ca7ebe0849fb1e97042cb0456a82a42fcf29 100644 (file)
@@ -223,10 +223,6 @@ class PortableContacts extends BaseModule
 
                        if ($selectedFields['network']) {
                                $entry['network'] = $contact['network'];
-                               if ($entry['network'] == Protocol::STATUSNET) {
-                                       $entry['network'] = Protocol::OSTATUS;
-                               }
-
                                if (($entry['network'] == '') && ($contact['self'])) {
                                        $entry['network'] = Protocol::DFRN;
                                }