From c7a3281a73839590bfa9d8a9e73c41fc35fc2847 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 22 Dec 2023 11:03:32 +0100 Subject: Fix notifications (#5959) The notification about wrong login was not working. Noticed while working on https://github.com/FreshRSS/FreshRSS/pull/5955 This was due to timing of when the notification is retrieved. Simplified code to make the logic easier and more robust. --- app/Models/View.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/Models/View.php') diff --git a/app/Models/View.php b/app/Models/View.php index 8346b3ce8..9c601b1d1 100644 --- a/app/Models/View.php +++ b/app/Models/View.php @@ -27,8 +27,6 @@ class FreshRSS_View extends Minz_View { public array $tagsForEntry; /** @var array> */ public array $tagsForEntries; - /** @var array */ - public array $notification; public bool $excludeMutedFeeds; // Substriptions -- cgit v1.2.3