diff options
| author | Christian Cleberg <[email protected]> | 2026-08-07 16:51:32 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-07 16:51:32 -0500 |
| commit | 039f06095cb3df072968be2f19f45bace605baeb (patch) | |
| tree | f53cbbe9e0644e08f534f2f317c18ccfcefd3c99 /SCOPE.txt | |
| parent | 44693c2977b7301ec04eae287cf24ff0226bc92e (diff) | |
| download | hutch-039f06095cb3df072968be2f19f45bace605baeb.tar.gz hutch-039f06095cb3df072968be2f19f45bace605baeb.tar.bz2 hutch-039f06095cb3df072968be2f19f45bace605baeb.zip | |
Mailing list subscribe/unsubscribe toggle (v3.11.0)
Add a subscribe/unsubscribe toggle to the mailing-list detail toolbar
(MailingListDetailView, which backs Lookup results and ProjectMailingListView).
Hidden for lists you own and while state is unknown.
State comes from membership in the subscriptions query, not
MailingList.subscription — live testing showed that field returns null even
right after a successful mailingListSubscribe, so it is a trap (documented in
ROADMAP API traps). The numeric listID the mutations require is read from
list(rid:){ id }. Verified live against ~hutch.
Bumps to 3.11.0 (build 96); roadmap/SCOPE corrected.
Diffstat (limited to 'SCOPE.txt')
| -rw-r--r-- | SCOPE.txt | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -31,10 +31,11 @@ unaffected because it filters on `ev.ticket_id`, which is why ticket timelines work. Nothing a client can do fixes this; revisit only if sr.ht changes the resolver. -- ~~Subscribe to a mailing list~~ — **now buildable**. `MailingList` gained a - `subscription` field (confirmed live during the Q1–Q2 2026 ingest), so per-list - subscribe state is readable and `mailingListSubscribe` / `mailingListUnsubscribe` - can drive a real toggle. Moved to ROADMAP.txt ("mailing list subscribe"). +- ~~Subscribe to a mailing list~~ — **shipped** (v3.11.0). A subscribe/unsubscribe + toggle on the mailing-list detail view. State comes from the `subscriptions` + query (`MailingList.subscription` is a trap — it never reports your state; see + ROADMAP.txt API traps), and a list is reachable to subscribe to via Lookup or a + project's lists — no discovery API needed. - Submitting patches (a `git send-email` flow, not a GraphQL mutation; Hutch reviews patchsets but cannot send them) |
