rssutils: include comment count when calculating article hash
This commit is contained in:
parent
eaa90b2287
commit
20d2195f13
1 changed files with 1 additions and 0 deletions
|
@ -635,6 +635,7 @@ class RSSUtils {
|
||||||
"force_catchup" => false, // ugly hack for the time being
|
"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
|
"score_modifier" => 0, // no previous value, plugin should recalculate score modifier based on content if needed
|
||||||
"language" => $entry_language,
|
"language" => $entry_language,
|
||||||
|
"num_comments" => $num_comments, // read only
|
||||||
"feed" => array("id" => $feed,
|
"feed" => array("id" => $feed,
|
||||||
"fetch_url" => $fetch_url,
|
"fetch_url" => $fetch_url,
|
||||||
"site_url" => $site_url,
|
"site_url" => $site_url,
|
||||||
|
|
Loading…
Reference in a new issue