From ec35e2827b59dd1c942591b3f4bedb1c284ddb9a Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 17 Aug 2020 07:51:15 +0000 Subject: [PATCH] Remove check --- src/Protocol/Feed.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Protocol/Feed.php b/src/Protocol/Feed.php index 0681b863a5..917352793b 100644 --- a/src/Protocol/Feed.php +++ b/src/Protocol/Feed.php @@ -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