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.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Models/View.php b/app/Models/View.php
index 11ca3a105..104afb3c0 100644
--- a/app/Models/View.php
+++ b/app/Models/View.php
@@ -78,7 +78,7 @@ class FreshRSS_View extends Minz_View {
// Export / Import
public string $content;
/** @var array<string,array<string>> */
- public array $entryIdsTagNames;
+ public array $entryIdsTagNames = [];
public string $list_title;
public int $queryId;
public string $type;
@@ -111,6 +111,7 @@ class FreshRSS_View extends Minz_View {
public bool $internal_rendering = false;
public string $description = '';
public string $image_url = '';
+ public bool $publishLabelsInsteadOfTags = false;
// Content preview
public string $fatalError;