mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-07 14:00:59 +01:00
update: include detected language to article structure passed to filters
This commit is contained in:
parent
2d9c568439
commit
73f9378d26
@ -682,6 +682,7 @@
|
|||||||
"link" => $entry_link,
|
"link" => $entry_link,
|
||||||
"tags" => $entry_tags,
|
"tags" => $entry_tags,
|
||||||
"author" => $entry_author,
|
"author" => $entry_author,
|
||||||
|
"language" => $entry_language,
|
||||||
"feed" => array("id" => $feed,
|
"feed" => array("id" => $feed,
|
||||||
"fetch_url" => $fetch_url,
|
"fetch_url" => $fetch_url,
|
||||||
"site_url" => $site_url)
|
"site_url" => $site_url)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user