diff options
| author | 2023-12-10 12:41:24 +0100 | |
|---|---|---|
| committer | 2023-12-10 12:41:24 +0100 | |
| commit | b46ea88c3580bea1b303e02602b9ec94d5303776 (patch) | |
| tree | 3407a94e0a35644f609a3cb909f2c69095d6299b /app/Models/UserConfiguration.php | |
| parent | 803fa8fdb50c8b98efed2b89a7adf3eb6df189d9 (diff) | |
Fix archiving (#5935)
fix https://github.com/FreshRSS/FreshRSS/issues/5934
Regression from https://github.com/FreshRSS/FreshRSS/pull/5830
Diffstat (limited to 'app/Models/UserConfiguration.php')
| -rw-r--r-- | app/Models/UserConfiguration.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/UserConfiguration.php b/app/Models/UserConfiguration.php index b51c2b632..d75c76bcb 100644 --- a/app/Models/UserConfiguration.php +++ b/app/Models/UserConfiguration.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * @property string $apiPasswordHash - * @property array<string,mixed> $archiving + * @property array{'keep_period':string|false,'keep_max':int|false,'keep_min':int|false,'keep_favourites':bool,'keep_labels':bool,'keep_unreads':bool} $archiving * @property bool $auto_load_more * @property bool $auto_remove_article * @property bool $bottomline_date |
