mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 23:11:28 +00:00
API: add order_id to getCategories; add feed_title to getHeadlines; bump api level to 3
This commit is contained in:
@@ -4510,6 +4510,8 @@
|
||||
|
||||
$headline_row["labels"] = $labels;
|
||||
|
||||
$headline_row["feed_title"] = $line["feed_title"];
|
||||
|
||||
array_push($headlines, $headline_row);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user