]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Contact.php
Add probe_detect hook
[friendica.git] / src / Model / Contact.php
index 3ddefdd0bffd8d04a4a36ed39987cc666444eede..e881398df8b9ce893de96f520646934b6117a73c 100644 (file)
@@ -2085,7 +2085,7 @@ class Contact
                // These fields aren't updated by this routine:
                // 'xmpp', 'sensitive'
 
-               $fields = ['uid', 'avatar', 'name', 'nick', 'location', 'keywords', 'about',
+               $fields = ['uid', 'avatar', 'name', 'nick', 'location', 'keywords', 'about', 'subscribe',
                        'unsearchable', 'url', 'addr', 'batch', 'notify', 'poll', 'request', 'confirm', 'poco',
                        'network', 'alias', 'baseurl', 'gsid', 'forum', 'prv', 'contact-type', 'pubkey'];
                $contact = DBA::selectFirst('contact', $fields, ['id' => $id]);