mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 22:31:30 +00:00
API: support comments count/url (2)
This commit is contained in:
@@ -4647,9 +4647,6 @@
|
||||
|
||||
$headline_row["feed_title"] = $line["feed_title"];
|
||||
|
||||
if (!$line["comments"] && $line["num_comments"] > 0)
|
||||
$line["comments"] = $line["link"];
|
||||
|
||||
$headline_row["comments_count"] = (int)$line["num_comments"];
|
||||
$headline_row["comments_link"] = $line["comments"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user