]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/GContact.php
Added post update to remove duplicated contacts
[friendica.git] / src / Model / GContact.php
index 8dc73e14c362acfa5bf28fcd003f4d46ea66ab59..6b0ebab7aab765f5bca52788aba77977e7c92f66 100644 (file)
@@ -751,8 +751,6 @@ class GContact
                        'contact-type', 'hide', 'nsfw', 'network', 'alias', 'notify', 'server_url', 'connect', 'updated', 'url'
                ], ['id' => $gcontact_id]);
 
-               // If nothing found, return false
-               // @see https://github.com/friendica/friendica/issues/7298#issuecomment-522215746
                if (!DBA::isResult($public_contact)) {
                        return false;
                }