]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/PollContacts.php
version 2021.03-dev
[friendica.git] / src / Worker / PollContacts.php
index 078cf202a5380fd7fc77d34b4670e631a3256003..b3ac529de4aa8569dc9f6c9be9a82bc3b43e8c79 100644 (file)
@@ -41,8 +41,7 @@ class PollContacts
                        $abandon_days = 0;
                }
 
-               $condition = ['network' => [Protocol::DFRN, Protocol::ACTIVITYPUB, Protocol::OSTATUS, Protocol::FEED, 
-                       Protocol::MAIL, Protocol::ZOT, Protocol::PHANTOM], 'self' => false, 'blocked' => false];
+               $condition = ['network' => [Protocol::FEED, Protocol::MAIL, Protocol::OSTATUS], 'self' => false, 'blocked' => false];
 
                if (!empty($abandon_days)) {
                        $condition = DBA::mergeConditions($condition,