Changing to 210 chars because Gigi thinks it is better.

This commit is contained in:
Vitor Pamplona 2025-01-21 17:38:27 -05:00 committed by GitHub
parent 61ad09caaa
commit bb5aa3d973
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
B1.md
View File

@ -6,11 +6,11 @@ Tiny Notes
`draft` `optional` `draft` `optional`
This NIP defines `kind:25` as a simple plaintext note that is limited to 140 **visible** characters. This NIP defines `kind:25` as a simple plaintext note that is limited to 210 **visible** characters.
The `.content` property contains some human-readable text. The `.content` property contains some human-readable text.
Clients MUST force outgoing `.content` to be less or equal to 140 characters and crop all incoming events to the same amount. Relays MUST also not accept content with over 140 chars, considering the rules below. Clients MUST force outgoing `.content` to be less or equal to 210 characters and crop all incoming events to the same amount. Relays MUST also not accept content with over 210 chars, considering the rules below.
Markup languages such as markdown MUST NOT be used. Markup languages such as markdown MUST NOT be used.
@ -22,7 +22,7 @@ Zap Events MUST also include the `k` tag of the source event. Clients MUST only
## Cached Information ## Cached Information
Tiny notes strongly rely on in-event caches to speed up the rendering process and calculate the 140-char limit. Tiny notes strongly rely on in-event caches to speed up the rendering process and calculate the 210-char limit.
User citations MUST use a variation of [NIP-19](NIP-19)'s `nostr:nprofile` urls with a `4`th TLV type that receives the current name of the user. The user's display name MUST be used to match the 140 limit. `p` tags SHOULD only be added if the logged-in user wants to notify the tagged user. User citations MUST use a variation of [NIP-19](NIP-19)'s `nostr:nprofile` urls with a `4`th TLV type that receives the current name of the user. The user's display name MUST be used to match the 140 limit. `p` tags SHOULD only be added if the logged-in user wants to notify the tagged user.