show updated articles in adaptive view mode
This commit is contained in:
parent
8b09eac8ab
commit
e5a65533fd
1 changed files with 1 additions and 1 deletions
|
@ -3131,7 +3131,7 @@
|
|||
} else if ($feed != -1) {
|
||||
$unread = getFeedUnread($link, $feed, $cat_view);
|
||||
if ($unread > 0) {
|
||||
$view_query_part = " unread = true AND ";
|
||||
$view_query_part = " (unread = true OR (last_read is null and unread = false)) AND ";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue