mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:15:55 +00:00
nsfw: support API clients
This commit is contained in:
@@ -787,7 +787,8 @@ class API extends Handler {
|
||||
|
||||
list ($flavor_image, $flavor_stream, $flavor_kind) = Article::_get_image($enclosures,
|
||||
$line["content"], // unsanitized
|
||||
$line["site_url"]);
|
||||
$line["site_url"],
|
||||
$headline_row);
|
||||
|
||||
$headline_row["flavor_image"] = $flavor_image;
|
||||
$headline_row["flavor_stream"] = $flavor_stream;
|
||||
|
||||
Reference in New Issue
Block a user