Asserts the .content must contain human-readable text.

Co-authored-by: Michael J <37635304+buttercat1791@users.noreply.github.com>
This commit is contained in:
Vitor Pamplona 2024-03-13 09:43:35 -04:00 committed by GitHub
parent 123bd4ec82
commit 88d63f063b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
10.md
View File

@ -11,7 +11,7 @@ This NIP defines `kind:1` as a simple plaintext note.
## Abstract ## Abstract
This NIP describes how to use "e" and "p" tags in text events, especially those that are replies to other text events. It helps clients thread the replies into a tree rooted at the original event. This NIP describes how to use "e" and "p" tags in text events, especially those that are replies to other text events. It helps clients thread the replies into a tree rooted at the original event.
The `.content` property contains a text. The `.content` property contains some human-readable text.
`e` and `p` tags can be used to define note threads, replies and mentions. `e` and `p` tags can be used to define note threads, replies and mentions.