mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 22:51:29 +00:00
digest: support tags
This commit is contained in:
@@ -6783,6 +6783,7 @@
|
||||
"title" => $line["title"],
|
||||
"link" => $line["link"],
|
||||
"feed_id" => $line["feed_id"],
|
||||
"tags" => get_article_tags($link, $line["id"]),
|
||||
);
|
||||
|
||||
if ($show_excerpt) {
|
||||
|
||||
Reference in New Issue
Block a user