feed: viewer mute/block — mute actors/tags/objects + apply-prefs bag + 9 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 42s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-06 16:57:05 +00:00
parent 6fc61147a8
commit 5136249ae5
6 changed files with 124 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ APL, ACL visibility filtering via `lib/acl/`, federation via fed-sx.
## Status (rolling)
`bash lib/feed/conformance.sh`**154/154** (Phases 14 + TF-IDF + notifications + home + smart-dedupe + trending)
`bash lib/feed/conformance.sh`**163/163** (Phases 14 + TF-IDF, notifications, home, smart-dedupe, trending, mute)
## Ground rules
@@ -154,6 +154,9 @@ are function parameters. Real acl-sx / fed-sx wire in at the call site unchanged
- [x] Trending — `feed/trending` / `feed/trending-actors`: objects/actors ranked
by activity count in a recency window, count-desc with key-asc tiebreak
(`trending.sx`); 11 tests. (154/154 total.)
- [x] Mute/block — `feed/mute-actors` / `feed/mute-tags` / `feed/mute-objects` /
`feed/apply-prefs`: viewer-controlled per-request filtering (complements ACL's
author-controlled visibility) (`mute.sx`); 9 tests. (163/163 total.)
(none)