From d785ddde2a00a9eadd38c45c528f2d2f6d1c356a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 25 Jun 2022 11:15:51 +0200 Subject: New option to automatically mark as read gone articles (#4426) * New option to automatically mark as read gone articles Option to automatically and immediately mark as read entries / articles that are no longer provided in their upstream RSS / ATOM / XPath feed * Reduce SQL queries Optimisation: Perform cache update only once --- config-user.default.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config-user.default.php') diff --git a/config-user.default.php b/config-user.default.php index 1e6cacb64..01f2764c0 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -49,6 +49,7 @@ return array ( 'anon_access' => false, 'mark_when' => array ( 'article' => true, + 'gone' => false, 'max_n_unread' => false, 'reception' => false, 'same_title_in_feed' => false, -- cgit v1.2.3