mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
Merge branch 'more-info-article-filter' into 'master'
Pass the value of cache_images to plugins in HOOK_ARTICLE_FILTER. Adds the `$cache_images` value to the `$article['feed']` array before calling HOOK_ARTICLE_FILTER. Allows plugins to know whether images will be cached in case they want to manage them in one way or another. See merge request !32
This commit is contained in:
@@ -726,7 +726,8 @@
|
||||
"language" => $entry_language,
|
||||
"feed" => array("id" => $feed,
|
||||
"fetch_url" => $fetch_url,
|
||||
"site_url" => $site_url)
|
||||
"site_url" => $site_url,
|
||||
"cache_images" => $cache_images)
|
||||
);
|
||||
|
||||
$entry_plugin_data = "";
|
||||
|
||||
Reference in New Issue
Block a user