mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 17:55:55 +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);
|
$rc = cleanup_tags($link, 14, 50000);
|
||||||
_debug("Cleaned $rc cached tags.");
|
_debug("Cleaned $rc cached tags.");
|
||||||
|
|
||||||
|
get_linked_feeds($link);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($op == "-feedbrowser") {
|
if ($op == "-feedbrowser") {
|
||||||
@@ -102,6 +104,8 @@
|
|||||||
$rc = cleanup_tags($link, 14, 50000);
|
$rc = cleanup_tags($link, 14, 50000);
|
||||||
|
|
||||||
_debug("Cleaned $rc cached tags.");
|
_debug("Cleaned $rc cached tags.");
|
||||||
|
|
||||||
|
get_linked_feeds($link);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user