summaryrefslogtreecommitdiff
path: root/SCOPE.txt
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-07 16:57:37 -0500
committerGitHub <[email protected]>2026-08-07 16:57:37 -0500
commit9d85bc7c154843693913bf0cc67c6e9ff0d8f897 (patch)
treef53cbbe9e0644e08f534f2f317c18ccfcefd3c99 /SCOPE.txt
parent44693c2977b7301ec04eae287cf24ff0226bc92e (diff)
parent039f06095cb3df072968be2f19f45bace605baeb (diff)
downloadhutch-3.11.0.tar.gz
hutch-3.11.0.tar.bz2
hutch-3.11.0.zip
Merge pull request #38 from krazywarez/mailing-list-subscribev3.11.0
Mailing list subscribe/unsubscribe toggle (v3.11.0)
Diffstat (limited to 'SCOPE.txt')
-rw-r--r--SCOPE.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/SCOPE.txt b/SCOPE.txt
index 8300d7b..490ad45 100644
--- a/SCOPE.txt
+++ b/SCOPE.txt
@@ -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)