1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:05:55 +00:00

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

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,