Implement leave handling in /feedback (posta.room/v1 + text fallback) #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What to build
Wire up the leave semantics in posta-web's room logic.
Inbound dispatch grows two new cases:
Idempotent — a leave from a non-subscriber is a no-op (still `204`).
Everything else stays per posta/web#4 (any other text body archives, subscribes, and fans out; any other kind archives but doesn't fan out).
Acceptance criteria
Blocked by