aboutsummaryrefslogtreecommitdiff
path: root/app/Models/View.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/View.php')
-rw-r--r--app/Models/View.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Models/View.php b/app/Models/View.php
index 104afb3c0..cf5c30e15 100644
--- a/app/Models/View.php
+++ b/app/Models/View.php
@@ -30,6 +30,10 @@ class FreshRSS_View extends Minz_View {
public array $tagsForEntries;
public bool $excludeMutedFeeds;
+ // Search
+ /** @var array<int,FreshRSS_Tag> where the key is the label ID */
+ public array $labels;
+
// Subscriptions
public bool $displaySlider = false;
public bool $load_ok;