summaryrefslogtreecommitdiff
path: root/SCOPE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'SCOPE.txt')
-rw-r--r--SCOPE.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/SCOPE.txt b/SCOPE.txt
index 6698d6e..8300d7b 100644
--- a/SCOPE.txt
+++ b/SCOPE.txt
@@ -31,10 +31,10 @@
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 (`mailingListSubscribe` exists, but `MailingList`
- has no `subscription` field, and hub.sr.ht's new discovery lists *projects*,
- not mailing lists, so there is still no way to find a list you are not already
- subscribed to)
+- ~~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").
- Submitting patches (a `git send-email` flow, not a GraphQL mutation; Hutch
reviews patchsets but cannot send them)