From a7aca6c0abfd905669004c1e4f7c8328060df27e Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 19 Sep 2021 10:56:38 +0200 Subject: Improved feed action filters (#3303) * Re-order some feed options * Option to auto mark as read existing titles * Option to keep at max n unread articles per feed --- app/Models/ConfigurationSetter.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'app/Models/ConfigurationSetter.php') diff --git a/app/Models/ConfigurationSetter.php b/app/Models/ConfigurationSetter.php index ee58ebe5b..535f17e2e 100644 --- a/app/Models/ConfigurationSetter.php +++ b/app/Models/ConfigurationSetter.php @@ -205,12 +205,6 @@ class FreshRSS_ConfigurationSetter { $data['lazyload'] = $this->handleBool($value); } - private function _mark_when(&$data, $values) { - foreach ($values as $key => $value) { - $data['mark_when'][$key] = $this->handleBool($value); - } - } - private function _onread_jump_next(&$data, $value) { $data['onread_jump_next'] = $this->handleBool($value); } -- cgit v1.2.3