diff options
| author | 2024-02-26 09:01:25 +0100 | |
|---|---|---|
| committer | 2024-02-26 09:01:25 +0100 | |
| commit | bfd277065c7bfd28779c585549dd9e9e577eabdf (patch) | |
| tree | 15cca303b1a7627686e4107a678391dda9803f13 /app/actualize_script.php | |
| parent | 39cc1c11ec596176e842cc98e6a54337e3c04d7e (diff) | |
Improve feed refresh (#6117)
* Improve feed refresh
Better account for some edge cases for cron and automatic labels
fix https://github.com/FreshRSS/FreshRSS/issues/6089
fix https://github.com/FreshRSS/FreshRSS/issues/6109
* Apply labels also to new entries already marked as read
* Add case most relevant for cron
Diffstat (limited to 'app/actualize_script.php')
| -rwxr-xr-x | app/actualize_script.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/actualize_script.php b/app/actualize_script.php index df3327e10..e55c1e080 100755 --- a/app/actualize_script.php +++ b/app/actualize_script.php @@ -103,7 +103,6 @@ foreach ($users as $user) { notice('FreshRSS actualize ' . $user . '…'); echo $user, ' '; //Buffered - Minz_ExtensionManager::callHookVoid('freshrss_user_maintenance'); $app->run(); if (!invalidateHttpCache()) { |
