diff options
| author | Jon Staab <jstaab@protonmail.com> | 2023-07-13 17:29:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-13 17:29:30 -0700 |
| commit | 20b9bb787bc1d4f6a70c34491448afa39f358ff5 (patch) | |
| tree | 176aac63b5c2729fc54c1369b153b8053a1c5757 | |
| parent | 0b08cf545b50b4799000e90aa4c5ada2cb73ca62 (diff) | |
| parent | dd4caf9c4c88728d65dc76dd2adb3bf2bbe6b30e (diff) | |
Merge pull request #664 from AsaiToshiya/patch-14
Fix typo
| -rw-r--r-- | 25.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -52,7 +52,7 @@ func make_like_event(pubkey: String, privkey: String, liked: NostrEvent) -> Nost | |||
| 52 | Custom Emoji Reaction | 52 | Custom Emoji Reaction |
| 53 | --------------------- | 53 | --------------------- |
| 54 | 54 | ||
| 55 | The client may specify a custom emoji ([NIP-30](30.md)) `:shortcode` in the | 55 | The client may specify a custom emoji ([NIP-30](30.md)) `:shortcode:` in the |
| 56 | reaction content. The client should refer to the emoji tag and render the | 56 | reaction content. The client should refer to the emoji tag and render the |
| 57 | content as an emoji if shortcode is specified. | 57 | content as an emoji if shortcode is specified. |
| 58 | 58 | ||