From f0d4f2762d2b74eeadf2fb64ff83039b5cc16c26 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 3 Dec 2023 19:52:02 +0100 Subject: Rework keepmax (#5905) * Rework keepmax fix https://github.com/FreshRSS/FreshRSS/issues/5702 fix https://github.com/FreshRSS/FreshRSS/issues/5870 * More WIP * Minor progress * Progress * Beta * Improved debug message * Revert noCommit * Fix variable reset * Remove debug syslogs --- app/Models/UserConfiguration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Models/UserConfiguration.php') diff --git a/app/Models/UserConfiguration.php b/app/Models/UserConfiguration.php index 05e36aae6..b51c2b632 100644 --- a/app/Models/UserConfiguration.php +++ b/app/Models/UserConfiguration.php @@ -34,7 +34,7 @@ declare(strict_types=1); * @property bool $lazyload * @property string $mail_login * @property bool $mark_updated_article_unread - * @property array $mark_when + * @property array $mark_when * @property int $max_posts_per_rss * @property-read array $limits * @property int|null $old_entries -- cgit v1.2.3