rssutils: include comment count when calculating article hash

This commit is contained in:
Andrew Dolgov 2017-08-06 20:20:39 +03:00
parent eaa90b2287
commit 20d2195f13
1 changed files with 1 additions and 0 deletions

View File

@ -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,