mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-17 02:41:28 +01:00
remove uuid from headlines JSON output
This commit is contained in:
parent
c31ae870c9
commit
811e1514a3
@ -271,7 +271,6 @@ class Feeds extends Handler_Protected {
|
|||||||
$labels_str .= "</span>";
|
$labels_str .= "</span>";
|
||||||
|
|
||||||
$line["labels"] = $labels_str;
|
$line["labels"] = $labels_str;
|
||||||
unset($line["label_cache"]);
|
|
||||||
|
|
||||||
if (count($topmost_article_ids) < 3) {
|
if (count($topmost_article_ids) < 3) {
|
||||||
array_push($topmost_article_ids, $id);
|
array_push($topmost_article_ids, $id);
|
||||||
@ -369,7 +368,7 @@ class Feeds extends Handler_Protected {
|
|||||||
|
|
||||||
/* we don't need those */
|
/* we don't need those */
|
||||||
|
|
||||||
foreach (["date_entered", "guid", "last_published", "last_marked", "tag_cache", "favicon_avg_color"] as $k)
|
foreach (["date_entered", "guid", "last_published", "last_marked", "tag_cache", "favicon_avg_color", "uuid", "label_cache"] as $k)
|
||||||
unset($line[$k]);
|
unset($line[$k]);
|
||||||
|
|
||||||
array_push($reply['content'], $line);
|
array_push($reply['content'], $line);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user