upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--25.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/25.md b/25.md
index fa818db..ba4c695 100644
--- a/25.md
+++ b/25.md
@@ -12,6 +12,12 @@ A reaction is a `kind 7` note that is used to react to `kind 1` text notes.
12The generic reaction, represented by an empty string, SHOULD be interpreted as 12The generic reaction, represented by an empty string, SHOULD be interpreted as
13a "like". 13a "like".
14 14
15A 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
17downvote or dislike on a post. A client MAY also choose to tally likes against
18dislikes in a reddit-like system of upvotes and downvotes, or display them as
19separate tallys.
20
15The `content` MAY be an emoji, in this case it MAY be interpreted as a "like", 21The `content` MAY be an emoji, in this case it MAY be interpreted as a "like",
16or the client MAY display this emoji reaction on the post. 22or the client MAY display this emoji reaction on the post.
17 23