From a6d7bdc7426af55ffde71ab626a096a98f650974 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 24 Jul 2024 19:37:30 +0200 Subject: New global option to automatically add articles to favourites (#6648) fix https://github.com/FreshRSS/FreshRSS/issues/6639 --- app/Controllers/configureController.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Controllers/configureController.php') diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php index 2ccc6fe42..a50cf1ef7 100644 --- a/app/Controllers/configureController.php +++ b/app/Controllers/configureController.php @@ -150,6 +150,7 @@ class FreshRSS_configure_Controller extends FreshRSS_ActionController { 'focus' => Minz_Request::paramBoolean('mark_focus'), ]; FreshRSS_Context::userConf()->_filtersAction('read', Minz_Request::paramTextToArray('filteractions_read')); + FreshRSS_Context::userConf()->_filtersAction('star', Minz_Request::paramTextToArray('filteractions_star')); FreshRSS_Context::userConf()->save(); invalidateHttpCache(); -- cgit v1.2.3