mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-12 01:07:46 +00:00
Regression: after wiring CORD-06, joined communities showed but their channels were empty. Folding the Guestbook + next-epoch base-rekey planes into the SAME kind-1059 REQ and NIP-42 stream-key AUTH set as the control and channel planes starved the whole subscription on relays that gate a REQ on stream-key AUTH: the control plane stopped folding, so no channels appeared (the community list is a separate kind-13302 fetch, so it still showed). Restore the control + channel subscription and AUTH set to exactly their pre-CORD-06 form: drop auxiliaryPlaneSubs from the shared REQ, and drop the Guestbook/next-rekey keys from streamKeys() (moved to auxStreamKeys() for a future isolated subscription). The receive-side pieces (guestbook fold, rekey buffering/drain) stay in place but are dormant until re-introduced in their own subscription that cannot affect the core chat path. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CzJ2Cwo8tg4oZq43oRa3ig