X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FPollContacts.php;h=da4ac21420449f49d189667bfed366ed6e859903;hb=ab83d0dd27e46e733ecb49f25789bfb318852ac7;hp=078cf202a5380fd7fc77d34b4670e631a3256003;hpb=3f3f56db5749f9970d49753630e4973e6f304c32;p=friendica.git diff --git a/src/Worker/PollContacts.php b/src/Worker/PollContacts.php index 078cf202a5..da4ac21420 100644 --- a/src/Worker/PollContacts.php +++ b/src/Worker/PollContacts.php @@ -1,6 +1,6 @@ [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,