Add a bit about not overloading kind 7

This commit is contained in:
Jon Staab 2024-09-10 08:43:25 -07:00
parent 463e3533cb
commit cb8bcbf12f

6
25.md
View File

@ -7,8 +7,10 @@ Reactions
`draft` `optional`
A reaction is a `kind 7` event that is used to react to other events. A reaction's `content` field
MUST include a single character indicating the value of the reaction.
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.
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 `-` MUST be interpreted as a "dislike" or "downvote".