diff options
| author | William Casarin <jb55@jb55.com> | 2022-07-30 10:09:33 -0700 |
|---|---|---|
| committer | William Casarin <jb55@jb55.com> | 2022-07-30 10:09:33 -0700 |
| commit | 89bb08ba8683a13d23db9c60a3f2a16a06333f0d (patch) | |
| tree | 7d7cb57ee153235a60aec60f83916955b953d91d | |
| parent | dcbd504639d20d1b0ae6bb837609710645781b88 (diff) | |
nip25: include dislikes/downvotes
Signed-off-by: William Casarin <jb55@jb55.com>
| -rw-r--r-- | 25.md | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -12,6 +12,12 @@ A reaction is a `kind 7` note that is used to react to `kind 1` text notes. | |||
| 12 | The generic reaction, represented by an empty string, SHOULD be interpreted as | 12 | The generic reaction, represented by an empty string, SHOULD be interpreted as |
| 13 | a "like". | 13 | a "like". |
| 14 | 14 | ||
| 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 | ||
| 17 | downvote or dislike on a post. A client MAY also choose to tally likes against | ||
| 18 | dislikes in a reddit-like system of upvotes and downvotes, or display them as | ||
| 19 | separate tallys. | ||
| 20 | |||
| 15 | The `content` MAY be an emoji, in this case it MAY be interpreted as a "like", | 21 | The `content` MAY be an emoji, in this case it MAY be interpreted as a "like", |
| 16 | or the client MAY display this emoji reaction on the post. | 22 | or the client MAY display this emoji reaction on the post. |
| 17 | 23 | ||