mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Remove single-character requirement
This commit is contained in:
parent
cb8bcbf12f
commit
41078bbe23
5
25.md
5
25.md
|
@ -8,9 +8,8 @@ Reactions
|
||||||
`draft` `optional`
|
`draft` `optional`
|
||||||
|
|
||||||
A reaction is a `kind 7` event that is used to indicate user reactions to other events. A
|
A reaction is a `kind 7` event that is used to indicate user reactions to other events. A
|
||||||
reaction's `content` field MUST include a single character indicating the value of the reaction.
|
reaction's `content` field MUST include user-generated-content indicating the value of the
|
||||||
Reactions MUST NOT be used to support application-level semantics, they are for user-generated
|
reaction.
|
||||||
content only.
|
|
||||||
|
|
||||||
A reaction with `content` set to `+` or an empty string MUST be interpreted as a "like" or "upvote".
|
A reaction with `content` set to `+` or an empty string MUST be interpreted as a "like" or "upvote".
|
||||||
A reaction with `content` set to `-` MUST be interpreted as a "dislike" or "downvote".
|
A reaction with `content` set to `-` MUST be interpreted as a "dislike" or "downvote".
|
||||||
|
|
Loading…
Reference in New Issue
Block a user