]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/PollContacts.php
Fix Mastodon InstanceV2 structure needs image max size under mediaAttachment
[friendica.git] / src / Worker / PollContacts.php
index 9ae320f956a16b8690793c3993c35cb5fc7a22d5..ba908cb8f3b1b7b01e097d70852f8462276d0887 100644 (file)
@@ -41,7 +41,7 @@ class PollContacts
                        $abandon_days = 0;
                }
 
-               $condition = ['network' => [Protocol::FEED, Protocol::MAIL, Protocol::OSTATUS], 'self' => false, 'blocked' => false];
+               $condition = ['network' => [Protocol::FEED, Protocol::MAIL, Protocol::OSTATUS], 'self' => false, 'blocked' => false, 'archive' => false];
 
                if (!empty($abandon_days)) {
                        $condition = DBA::mergeConditions($condition,