nips/Proposal-Subject-Discussion.md

23 lines
780 B
Markdown
Raw Normal View History

2022-05-21 15:17:49 -04:00
NIP-??
======
I am implementing this as a trial in more-speech.
2022-05-22 14:29:55 -04:00
Subject tag in Text events.
---------------------------
2022-05-21 15:17:49 -04:00
`draft` `optional` `author:unclebobmartin`
2022-05-22 14:29:55 -04:00
This NIP defines the use of the Subject tag in text (kind: 1) events.
2022-05-21 15:17:49 -04:00
Subject
-------
`["subject": <string>]`
2022-05-21 15:17:49 -04:00
Browsers often display threaded lists of messages. The contents of the subject tag can be used in such lists, instead of the more ad hoc approach of using the first few words of the message. This is very similar to the way email browsers display lists of incoming emails by subject rather than by contents.
When replying to a message with a subject, clients should replicate the subject tag.
2022-05-22 14:29:55 -04:00
Subjects should generally be shorter than 80 chars. Long subjects will likely be trimmed by clients.