mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-08 22:41:00 +01:00
do not apply unread view mode on last read feed because it makes no sense
This commit is contained in:
parent
c4fcffab46
commit
0bf65987b6
@ -2256,7 +2256,7 @@
|
|||||||
$view_query_part = " published = true AND ";
|
$view_query_part = " published = true AND ";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($view_mode == "unread") {
|
if ($view_mode == "unread" && $feed != -6) {
|
||||||
$view_query_part = " unread = true AND ";
|
$view_query_part = " unread = true AND ";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user