Room broadcasts: implicit subscribe + fan-out outbox #4
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
The actual §14 "room" behaviour. On every accepted POST whose payload is `posta.text/v1`:
The outbox mirrors posta-server's existing retry shape:
Non-`posta.text/v1` payloads are persisted but not fanned out. Sender is still added to `subscribers` (any verified POST counts as engagement) — the absence of fan-out for non-text kinds is a renderer policy, not a membership policy.
State lives in:
Acceptance criteria
Blocked by