Commit 9cfe8d3
fix: filter RSS from perspectives API, add Stories to nav (#1660)
* fix: filter RSS articles from perspectives API and add Stories to noscript nav
The /api/perspectives endpoint was returning RSS feed articles alongside
authored content because it didn't filter on source_type. The frontend
passes ?authored=true but the backend ignored it. Now respects that param
to exclude RSS articles. Also adds Stories link to the noscript fallback nav.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore: add empty changeset for CI
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 9b5dc42 commit 9cfe8d3
3 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4807 | 4807 | | |
4808 | 4808 | | |
4809 | 4809 | | |
4810 | | - | |
| 4810 | + | |
| 4811 | + | |
4811 | 4812 | | |
4812 | 4813 | | |
4813 | 4814 | | |
| 4815 | + | |
4814 | 4816 | | |
4815 | 4817 | | |
4816 | 4818 | | |
| |||
4819 | 4821 | | |
4820 | 4822 | | |
4821 | 4823 | | |
| 4824 | + | |
4822 | 4825 | | |
4823 | 4826 | | |
4824 | 4827 | | |
| |||
0 commit comments