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.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Models/View.php b/app/Models/View.php
index a46ebd95e..0169f130a 100644
--- a/app/Models/View.php
+++ b/app/Models/View.php
@@ -25,6 +25,8 @@ class FreshRSS_View extends Minz_View {
public $tags;
/** @var array<string,string> */
public $notification;
+ /** @var bool */
+ public $excludeMutedFeeds;
// Substriptions
public $default_category;