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 2595cd1fa..4823283d3 100644
--- a/app/Models/View.php
+++ b/app/Models/View.php
@@ -106,6 +106,8 @@ class FreshRSS_View extends Minz_View {
public string $rss_url = '';
public string $rss_base = '';
public bool $internal_rendering = false;
+ public string $description;
+ public string $image_url;
// Content preview
public string $fatalError;