mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-14 12:31:00 +02:00
all articles: allow archived
This commit is contained in:
parent
cd4d71b41b
commit
cf57eb3c5d
@ -2412,6 +2412,7 @@
|
|||||||
|
|
||||||
$vfeed_query_part = "ttrss_feeds.title AS feed_title,";
|
$vfeed_query_part = "ttrss_feeds.title AS feed_title,";
|
||||||
} else if ($feed == -4) { // all articles virtual feed
|
} else if ($feed == -4) { // all articles virtual feed
|
||||||
|
$allow_archived = true;
|
||||||
$query_strategy_part = "true";
|
$query_strategy_part = "true";
|
||||||
$vfeed_query_part = "ttrss_feeds.title AS feed_title,";
|
$vfeed_query_part = "ttrss_feeds.title AS feed_title,";
|
||||||
} else if ($feed <= LABEL_BASE_INDEX) { // labels
|
} else if ($feed <= LABEL_BASE_INDEX) { // labels
|
||||||
|
Loading…
x
Reference in New Issue
Block a user