From 70e71b8364c1317af04f92fd86df4541fa269e0c Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 3 Jan 2024 11:23:06 +0100 Subject: Auto-label (#5954) Add labels automatically to incoming articles fix https://github.com/FreshRSS/FreshRSS/issues/2380 fix https://github.com/FreshRSS/FreshRSS/issues/2420 fix https://github.com/FreshRSS/FreshRSS/issues/3279 fix https://github.com/FreshRSS/FreshRSS/discussions/4947 fix https://github.com/FreshRSS/FreshRSS/issues/5728 fix https://github.com/FreshRSS/FreshRSS/issues/5599 --- app/Models/View.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Models/View.php') diff --git a/app/Models/View.php b/app/Models/View.php index 3c188dd99..4dd0be36a 100644 --- a/app/Models/View.php +++ b/app/Models/View.php @@ -13,6 +13,7 @@ class FreshRSS_View extends Minz_View { /** @var array */ public array $categories; public ?FreshRSS_Category $category; + public ?FreshRSS_Tag $tag; public string $current_user; /** @var iterable */ public $entries; -- cgit v1.2.3