mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 23:25:56 +00:00
update: add get_linked_feeds to normal update tasks
This commit is contained in:
@@ -68,6 +68,8 @@
|
||||
|
||||
$rc = cleanup_tags($link, 14, 50000);
|
||||
_debug("Cleaned $rc cached tags.");
|
||||
|
||||
get_linked_feeds($link);
|
||||
}
|
||||
|
||||
if ($op == "-feedbrowser") {
|
||||
@@ -102,6 +104,8 @@
|
||||
$rc = cleanup_tags($link, 14, 50000);
|
||||
|
||||
_debug("Cleaned $rc cached tags.");
|
||||
|
||||
get_linked_feeds($link);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user