mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 03:25:57 +00:00
recently read: select query fix
This commit is contained in:
@@ -2466,7 +2466,7 @@
|
||||
|
||||
}
|
||||
} else if ($feed == -6) { // recently read
|
||||
$query_strategy_part = "unread = false";
|
||||
$query_strategy_part = "unread = false AND last_read IS NOT NULL";
|
||||
$vfeed_query_part = "ttrss_feeds.title AS feed_title,";
|
||||
$override_order = "last_read DESC";
|
||||
} else if ($feed == -3) { // fresh virtual feed
|
||||
|
||||
Reference in New Issue
Block a user