mirror of
https://github.com/juherr/kill-the-news.git
synced 2026-06-20 22:03:48 +00:00
fix(admin): truncate spam titles + speed up table view
This commit is contained in:
@@ -34,6 +34,7 @@ Core goals:
|
||||
Current keys used by routes:
|
||||
|
||||
- `feeds:list` -> `{ feeds: Array<{ id, title }> }`
|
||||
- `feeds:list.feeds[].description` -> optional description (used to keep the dashboard fast; older data may omit it)
|
||||
- `feed:<feedId>:config` -> feed config object
|
||||
- `feed:<feedId>:config.allowed_senders` -> optional sender allowlist (email or domain)
|
||||
- `feed:<feedId>:metadata` -> `{ emails: Array<{ key, subject, receivedAt }> }`
|
||||
|
||||
Reference in New Issue
Block a user