mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
offline: also download starred articles
This commit is contained in:
@@ -562,7 +562,7 @@
|
|||||||
$limit = min($limit, $amount);
|
$limit = min($limit, $amount);
|
||||||
|
|
||||||
if ($unread_only) {
|
if ($unread_only) {
|
||||||
$unread_qpart = "unread = true AND ";
|
$unread_qpart = "(unread = true OR marked = true) AND ";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($cidt && $cidb) {
|
if ($cidt && $cidb) {
|
||||||
|
|||||||
Reference in New Issue
Block a user