diff options
Diffstat (limited to 'Proposal-Subject-Discussion.md')
| -rw-r--r-- | Proposal-Subject-Discussion.md | 19 |
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 | ||
| 4 | I am implementing this as a trial in more-speech. | 4 | I am implementing this as a trial in more-speech. |
| 5 | 5 | ||
| 6 | Subject and Discussion tags in Text events. | 6 | Subject tag in Text events. |
| 7 | ------------------------------------------- | 7 | --------------------------- |
| 8 | 8 | ||
| 9 | `draft` `optional` `author:unclebobmartin` | 9 | `draft` `optional` `author:unclebobmartin` |
| 10 | 10 | ||
| 11 | This HIP defines the use of the Subject and Discussion tags in text (kind: 1) events. | 11 | This NIP defines the use of the Subject tag in text (kind: 1) events. |
| 12 | 12 | ||
| 13 | Subject | 13 | Subject |
| 14 | ------- | 14 | ------- |
| @@ -19,15 +19,4 @@ Browsers often display threaded lists of messages. The contents of the subject | |||
| 19 | 19 | ||
| 20 | When replying to a message with a subject, clients should replicate the subject tag. | 20 | When replying to a message with a subject, clients should replicate the subject tag. |
| 21 | 21 | ||
| 22 | Subjects should generally be short. | 22 | Subjects should generally be shorter than 80 chars. Long subjects will likely be trimmed by clients. |
| 23 | |||
| 24 | Discussion | ||
| 25 | ---------- | ||
| 26 | |||
| 27 | `["discussion": <string>]` | ||
| 28 | |||
| 29 | Sometimes 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 | |||
| 31 | Thoughts? | ||
| 32 | |||
| 33 | |||