do not apply unread view mode on last read feed because it makes no sense
This commit is contained in:
parent
c4fcffab46
commit
0bf65987b6
1 changed files with 1 additions and 1 deletions
|
@ -2256,7 +2256,7 @@
|
|||
$view_query_part = " published = true AND ";
|
||||
}
|
||||
|
||||
if ($view_mode == "unread") {
|
||||
if ($view_mode == "unread" && $feed != -6) {
|
||||
$view_query_part = " unread = true AND ";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue