mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-22 16:35:52 -05:00
Add a bit about not overloading kind 7
This commit is contained in:
parent
11effc4600
commit
41f3375a52
6
25.md
6
25.md
|
@ -7,8 +7,10 @@ Reactions
|
||||||
|
|
||||||
`draft` `optional`
|
`draft` `optional`
|
||||||
|
|
||||||
A reaction is a `kind 7` event that is used to react to other events. A reaction's `content` field
|
A reaction is a `kind 7` event that is used to indicate user reactions to other events. A
|
||||||
MUST include a single character indicating the value of the reaction.
|
reaction's `content` field MUST include a single character indicating the value of the reaction.
|
||||||
|
Reactions MUST NOT be used to support application-level semantics, they are for user-generated
|
||||||
|
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