]> git.mxchange.org Git - friendica.git/commitdiff
Remove unneeded code
authorMichael <heluecht@pirati.ca>
Sun, 9 Jan 2022 10:43:23 +0000 (10:43 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 9 Jan 2022 10:43:23 +0000 (10:43 +0000)
src/Model/Contact.php

index 1bd57d8561bce8533352dbb942eac87d0405e161..65ee65ab32aac40b700a83a7b10adf242454845b 100644 (file)
@@ -2159,7 +2159,7 @@ class Contact
                // These fields aren't updated by this routine:
                // 'sensitive'
 
-               $fields = ['uid', 'uri-id', 'gsid', 'avatar', 'header', 'name', 'nick', 'location', 'keywords', 'about', 'subscribe',
+               $fields = ['uid', 'uri-id', 'avatar', 'header', 'name', 'nick', 'location', 'keywords', 'about', 'subscribe',
                        'manually-approve', 'unsearchable', 'url', 'addr', 'batch', 'notify', 'poll', 'request', 'confirm', 'poco',
                        'network', 'alias', 'baseurl', 'gsid', 'forum', 'prv', 'contact-type', 'pubkey', 'last-item', 'xmpp', 'matrix'];
                $contact = DBA::selectFirst('contact', $fields, ['id' => $id]);
@@ -2191,9 +2191,6 @@ class Contact
                $uriid = $contact['uri-id'];
                unset($contact['uri-id']);
 
-               $gsid = $contact['gsid'];
-               unset($contact['gsid']);
-
                $pubkey = $contact['pubkey'];
                unset($contact['pubkey']);