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