mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:45:56 +00:00
Add subscribe hook, give more information to fetch_feed hook
This commit is contained in:
@@ -268,7 +268,7 @@
|
||||
$force_refetch = isset($_REQUEST["force_refetch"]);
|
||||
|
||||
foreach ($pluginhost->get_hooks(PluginHost::HOOK_FETCH_FEED) as $plugin) {
|
||||
$feed_data = $plugin->hook_fetch_feed($feed_data, $fetch_url, $owner_uid, $feed);
|
||||
$feed_data = $plugin->hook_fetch_feed($feed_data, $fetch_url, $owner_uid, $feed, $last_article_timestamp, $auth_login, $auth_pass);
|
||||
}
|
||||
|
||||
// try cache
|
||||
|
||||
Reference in New Issue
Block a user