mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-09 02:49:15 +00:00
purge feeds after updating
This commit is contained in:
@@ -15,6 +15,11 @@
|
||||
|
||||
$prefs_blacklist = array("HIDE_FEEDLIST", "SYNC_COUNTERS", "ENABLE_LABELS");
|
||||
|
||||
if (FORCE_ARTICLE_PURGE != 0) {
|
||||
array_push($prefs_blacklist, "PURGE_OLD_DAYS");
|
||||
array_push($prefs_blacklist, "PURGE_UNREAD_ARTICLES");
|
||||
}
|
||||
|
||||
if ($subop == "change-password") {
|
||||
|
||||
$old_pw = $_POST["OLD_PASSWORD"];
|
||||
|
||||
Reference in New Issue
Block a user