aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/indexController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/indexController.php')
-rw-r--r--app/Controllers/indexController.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Controllers/indexController.php b/app/Controllers/indexController.php
index a977386a3..70bb25a77 100644
--- a/app/Controllers/indexController.php
+++ b/app/Controllers/indexController.php
@@ -205,7 +205,9 @@ class FreshRSS_index_Controller extends FreshRSS_ActionController {
$this->view->excludeMutedFeeds = $type !== 'f'; // Exclude muted feeds except when we focus on a feed
switch ($type) {
- case 'a':
+ case 'a': // All PRIORITY_MAIN_STREAM
+ case 'A': // All except PRIORITY_ARCHIVED
+ case 'Z': // All including PRIORITY_ARCHIVED
$this->view->categories = FreshRSS_Context::categories();
break;
case 'c':