]> git.mxchange.org Git - friendica.git/commitdiff
Remove check
authorMichael <heluecht@pirati.ca>
Mon, 17 Aug 2020 07:51:15 +0000 (07:51 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 17 Aug 2020 07:51:15 +0000 (07:51 +0000)
src/Protocol/Feed.php

index 0681b863a53573f04ff4b381980c8767155b0275..917352793bd8dd259f42c880bbc7d32bcee99bba 100644 (file)
@@ -660,11 +660,6 @@ class Feed
                                }
                        }
 
-                       if (($newest == $oldest) && count($creation_dates) > 1) {
-                               Logger::info('Feed has no different creation dates, quitting', ['date' => $newest_date, 'id' => $contact['id'], 'uid' => $contact['uid'], 'url' => $contact['url']]);
-                               return;                         
-                       }
-
                        if (empty($frequency)) {
                                Logger::info('Feed had not posted for at least a week, switching to daily polling', ['newest' => $newest_date, 'id' => $contact['id'], 'uid' => $contact['uid'], 'url' => $contact['url']]);
                                $priority = 8; // Poll once a day