diff options
| -rw-r--r-- | 25.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -9,8 +9,8 @@ Reactions | |||
| 9 | 9 | ||
| 10 | A reaction is a `kind 7` note that is used to react to `kind 1` text notes. | 10 | A reaction is a `kind 7` note that is used to react to `kind 1` text notes. |
| 11 | 11 | ||
| 12 | The generic reaction, represented by an empty string, SHOULD be interpreted as | 12 | The generic reaction, represented by the `content` set to a `+` string, SHOULD |
| 13 | a "like". | 13 | be interpreted as a "like" or "upvote". |
| 14 | 14 | ||
| 15 | A reaction with `content` set to `-` SHOULD be interepreted as a "dislike" or | 15 | A reaction with `content` set to `-` SHOULD be interepreted as a "dislike" or |
| 16 | "downvote". It SHOULD NOT be counted as a "like", and MAY be displayed as a | 16 | "downvote". It SHOULD NOT be counted as a "like", and MAY be displayed as a |