1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 14:35:55 +00:00

api: include recently read feed

This commit is contained in:
Andrew Dolgov
2012-09-19 22:52:32 +04:00
parent c82c2aa412
commit 386c4ce63c

View File

@@ -4484,7 +4484,7 @@
/* Virtual feeds */
if ($cat_id == -4 || $cat_id == -1) {
foreach (array(-1, -2, -3, -4, 0) as $i) {
foreach (array(-1, -2, -3, -4, -6, 0) as $i) {
$unread = getFeedUnread($link, $i);
if ($unread || !$unread_only) {