upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbenthecarman <benthecarman@live.com>2023-08-10 15:48:53 -0500
committerfiatjaf_ <fiatjaf@gmail.com>2023-08-10 23:32:54 -0300
commitd87f86178b2178c2cb171af8a4e042bdffe4b1fe (patch)
treebaa6e70ddeef9c123b2494541aeb8ef9531a951d
parenta4b35284c99f7de11873001952baa351df3afd96 (diff)
NIP-25: Handle empty string as +
-rw-r--r--25.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/25.md b/25.md
index 86ce763..63c07a7 100644
--- a/25.md
+++ b/25.md
@@ -19,7 +19,8 @@ dislikes in a reddit-like system of upvotes and downvotes, or display them as
19separate tallies. 19separate tallies.
20 20
21The `content` MAY be an emoji, or [NIP-30](30.md) custom emoji in this case it MAY be interpreted as a "like" or "dislike", 21The `content` MAY be an emoji, or [NIP-30](30.md) custom emoji in this case it MAY be interpreted as a "like" or "dislike",
22or the client MAY display this emoji reaction on the post. 22or the client MAY display this emoji reaction on the post. If the `content` is an empty string then the client should
23consider it a "+".
23 24
24Tags 25Tags
25---- 26----