diff options
| author | benthecarman <benthecarman@live.com> | 2023-08-10 15:48:53 -0500 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-08-10 23:32:54 -0300 |
| commit | d87f86178b2178c2cb171af8a4e042bdffe4b1fe (patch) | |
| tree | baa6e70ddeef9c123b2494541aeb8ef9531a951d | |
| parent | a4b35284c99f7de11873001952baa351df3afd96 (diff) | |
NIP-25: Handle empty string as +
| -rw-r--r-- | 25.md | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -19,7 +19,8 @@ dislikes in a reddit-like system of upvotes and downvotes, or display them as | |||
| 19 | separate tallies. | 19 | separate tallies. |
| 20 | 20 | ||
| 21 | The `content` MAY be an emoji, or [NIP-30](30.md) custom emoji in this case it MAY be interpreted as a "like" or "dislike", | 21 | The `content` MAY be an emoji, or [NIP-30](30.md) custom emoji in this case it MAY be interpreted as a "like" or "dislike", |
| 22 | or the client MAY display this emoji reaction on the post. | 22 | or the client MAY display this emoji reaction on the post. If the `content` is an empty string then the client should |
| 23 | consider it a "+". | ||
| 23 | 24 | ||
| 24 | Tags | 25 | Tags |
| 25 | ---- | 26 | ---- |