upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert C. Martin <unclebob@cleancoder.com>2022-05-22 13:29:55 -0500
committerRobert C. Martin <unclebob@cleancoder.com>2022-05-22 13:29:55 -0500
commitee0c337eed5c0e01edf5bf0e838e52284ce05075 (patch)
treee02e899c9089b5843202993e3931773318214fc6
parente22ea1a9ac6574c662603779ace0f112600aa2e8 (diff)
remove 'discussion' tag
-rw-r--r--Proposal-Subject-Discussion.md19
1 files changed, 4 insertions, 15 deletions
diff --git a/Proposal-Subject-Discussion.md b/Proposal-Subject-Discussion.md
index da219fc..cf9ee19 100644
--- a/Proposal-Subject-Discussion.md
+++ b/Proposal-Subject-Discussion.md
@@ -3,12 +3,12 @@ NIP-??
3 3
4I am implementing this as a trial in more-speech. 4I am implementing this as a trial in more-speech.
5 5
6Subject and Discussion tags in Text events. 6Subject tag in Text events.
7------------------------------------------- 7---------------------------
8 8
9`draft` `optional` `author:unclebobmartin` 9`draft` `optional` `author:unclebobmartin`
10 10
11This HIP defines the use of the Subject and Discussion tags in text (kind: 1) events. 11This NIP defines the use of the Subject tag in text (kind: 1) events.
12 12
13Subject 13Subject
14------- 14-------
@@ -19,15 +19,4 @@ Browsers often display threaded lists of messages. The contents of the subject
19 19
20When replying to a message with a subject, clients should replicate the subject tag. 20When replying to a message with a subject, clients should replicate the subject tag.
21 21
22Subjects should generally be short. 22Subjects should generally be shorter than 80 chars. Long subjects will likely be trimmed by clients.
23
24Discussion
25----------
26
27`["discussion": <string>]`
28
29Sometimes users want to send messages to a general audience based on a discussion topic. Other users would like to read all messages in a discussion topic without having to specifically follow the authors. Text messages with Discussion tags allow clients to present those messsages that match the discussion.
30
31Thoughts?
32
33