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, 3 insertions, 0 deletions
diff --git a/app/Models/View.php b/app/Models/View.php
index 244379505..3c3b3a2e0 100644
--- a/app/Models/View.php
+++ b/app/Models/View.php
@@ -82,6 +82,9 @@ class FreshRSS_View extends Minz_View {
public string $list_title;
public int $queryId;
public string $type;
+ /** @var null|array<array{name:string,size:int,mtime:int}> */
+ public ?array $sqliteArchives = null;
+ public string $sqlitePath;
// Form login
public int $cookie_days;