From 20d2195f13948024a4eacf3595055678a77855c2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 6 Aug 2017 20:20:39 +0300 Subject: [PATCH] rssutils: include comment count when calculating article hash --- classes/rssutils.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/rssutils.php b/classes/rssutils.php index 4025534b..b6693b8c 100644 --- a/classes/rssutils.php +++ b/classes/rssutils.php @@ -635,6 +635,7 @@ class RSSUtils { "force_catchup" => false, // ugly hack for the time being "score_modifier" => 0, // no previous value, plugin should recalculate score modifier based on content if needed "language" => $entry_language, + "num_comments" => $num_comments, // read only "feed" => array("id" => $feed, "fetch_url" => $fetch_url, "site_url" => $site_url, -- 2.39.2