diff options
| author | William Casarin <jb55@jb55.com> | 2022-07-31 12:44:40 -0700 |
|---|---|---|
| committer | William Casarin <jb55@jb55.com> | 2022-07-31 12:44:40 -0700 |
| commit | 6903ff5b2c395a550a26069f6e2b5460ae1fdca6 (patch) | |
| tree | 7ab6569a7b52b8829368b0348ac95e091fb46663 | |
| parent | 89bb08ba8683a13d23db9c60a3f2a16a06333f0d (diff) | |
nip25: make generic like an explicit +reactions
Signed-off-by: William Casarin <jb55@jb55.com>
| -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 |