mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-23 01:47:10 +00:00
digest: support tags
This commit is contained in:
@@ -984,8 +984,6 @@
|
||||
|
||||
if (!$feed_id) $feed_id = -4;
|
||||
if (!$offset) $offset = 0;
|
||||
|
||||
|
||||
print "<rpc-reply>";
|
||||
|
||||
$headlines = api_get_headlines($link, $feed_id, 10, $offset,
|
||||
@@ -994,6 +992,9 @@
|
||||
//function api_get_headlines($link, $feed_id, $limit, $offset,
|
||||
// $filter, $is_cat, $show_excerpt, $show_content, $view_mode) {
|
||||
|
||||
print "<headlines-title><![CDATA[" . getFeedTitle($link, $feed_id) .
|
||||
"]]></headlines-title>";
|
||||
|
||||
print "<headlines><![CDATA[" . json_encode($headlines) . "]]></headlines>";
|
||||
|
||||
print "</rpc-reply>";
|
||||
|
||||
Reference in New Issue
Block a user