mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-28 08:21:28 +00:00
drop updated articles from adaptive view
This commit is contained in:
@@ -3131,7 +3131,7 @@
|
||||
} else if ($feed != -1) {
|
||||
$unread = getFeedUnread($link, $feed, $cat_view);
|
||||
if ($unread > 0) {
|
||||
$view_query_part = " (unread = true OR (last_read is null and unread = false)) AND ";
|
||||
$view_query_part = " unread = true AND ";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user