mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
fix(dashboard): do not show globally hidden feed entries
This commit is contained in:
@@ -193,7 +193,7 @@
|
|||||||
| ${jq}/bin/jq -r '
|
| ${jq}/bin/jq -r '
|
||||||
.total as $total | (
|
.total as $total | (
|
||||||
.entries
|
.entries
|
||||||
| map("\(.feed.category.title) \u001b[32m\(.author)\u001b[0m \(.title)")
|
| map(select(.feed | .hide_globally| not) | "\(.feed.category.title) \u001b[32m\(.author)\u001b[0m \(.title)")
|
||||||
| join("\n")
|
| join("\n")
|
||||||
)'
|
)'
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user