]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Model/Contact.php
authorMichael Vogel <icarus@dabo.de>
Thu, 30 Jul 2020 20:39:01 +0000 (22:39 +0200)
committerGitHub <noreply@github.com>
Thu, 30 Jul 2020 20:39:01 +0000 (22:39 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Model/Contact.php

index 9ebc12375a1aa161ed63ba283af38b5d431bd269..12cfabd3e4e2938f928788822dd3144aa52c63b5 100644 (file)
@@ -2982,7 +2982,7 @@ class Contact
                $diaspora = DI::config()->get('system', 'diaspora_enabled') ? Protocol::DIASPORA : Protocol::ACTIVITYPUB;
                $ostatus = !DI::config()->get('system', 'ostatus_disabled') ? Protocol::OSTATUS : Protocol::ACTIVITYPUB;
 
-               // The query returns contacts where contacts interacted with who the given user follows.
+               // The query returns contacts where contacts interacted with whom the given user follows.
                // Contacts who already are in the user's contact table are ignored.
                $results = DBA::select('contact', [],
                        ["`id` IN (SELECT `cid` FROM `contact-relation` WHERE `relation-cid` IN