summaryrefslogtreecommitdiff
path: root/classes/rssutils.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-08-06 20:20:39 +0300
committerAndrew Dolgov <[email protected]>2017-08-06 20:20:39 +0300
commit20d2195f13948024a4eacf3595055678a77855c2 (patch)
tree07137869245c12e65c8b873076d72b48013bb357 /classes/rssutils.php
parenteaa90b228750dcf8edb48f1c9c3f0800a2e0c5e5 (diff)
rssutils: include comment count when calculating article hash
Diffstat (limited to 'classes/rssutils.php')
-rw-r--r--classes/rssutils.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/rssutils.php b/classes/rssutils.php
index 4025534b4..b6693b8c2 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,