mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
nip25: include dislikes/downvotes
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
parent
dcbd504639
commit
89bb08ba86
6
25.md
6
25.md
|
@ -12,6 +12,12 @@ A reaction is a `kind 7` note that is used to react to `kind 1` text notes.
|
|||
The generic reaction, represented by an empty string, SHOULD be interpreted as
|
||||
a "like".
|
||||
|
||||
A reaction with `content` set to `-` SHOULD be interepreted as a "dislike" or
|
||||
"downvote". It SHOULD NOT be counted as a "like", and MAY be displayed as a
|
||||
downvote or dislike on a post. A client MAY also choose to tally likes against
|
||||
dislikes in a reddit-like system of upvotes and downvotes, or display them as
|
||||
separate tallys.
|
||||
|
||||
The `content` MAY be an emoji, in this case it MAY be interpreted as a "like",
|
||||
or the client MAY display this emoji reaction on the post.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user