From ee0c337eed5c0e01edf5bf0e838e52284ce05075 Mon Sep 17 00:00:00 2001 From: "Robert C. Martin" Date: Sun, 22 May 2022 13:29:55 -0500 Subject: [PATCH] remove 'discussion' tag --- Proposal-Subject-Discussion.md | 19 ++++--------------- 1 file 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-?? I am implementing this as a trial in more-speech. -Subject and Discussion tags in Text events. -------------------------------------------- +Subject tag in Text events. +--------------------------- `draft` `optional` `author:unclebobmartin` -This HIP defines the use of the Subject and Discussion tags in text (kind: 1) events. +This NIP defines the use of the Subject tag in text (kind: 1) events. Subject ------- @@ -19,15 +19,4 @@ Browsers often display threaded lists of messages. The contents of the subject When replying to a message with a subject, clients should replicate the subject tag. -Subjects should generally be short. - -Discussion ----------- - -`["discussion": ]` - -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. - -Thoughts? - - +Subjects should generally be shorter than 80 chars. Long subjects will likely be trimmed by clients.