diff options
| author | Alex Gleason <alex@alexgleason.me> | 2026-03-30 11:58:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-30 13:58:53 -0300 |
| commit | d004b4cb4874ca40119aa219b0438d835f712d8d (patch) | |
| tree | c6f047a5e6d3d392ea8b0dc97d3a91b11c01b5b2 /30.md | |
| parent | 2a77e2fdda188779f5420954ad6ff396b4578ce5 (diff) | |
NIP-30: Update shortcode description to include hyphens (#2297)
Diffstat (limited to '30.md')
| -rw-r--r-- | 30.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -14,7 +14,7 @@ Custom emoji may be added to **kind 0**, **kind 1**, **kind 7** ([NIP-25](25.md) | |||
| 14 | 14 | ||
| 15 | Where: | 15 | Where: |
| 16 | 16 | ||
| 17 | - `<shortcode>` is a name given for the emoji, which MUST be comprised of only alphanumeric characters and underscores. | 17 | - `<shortcode>` is a name given for the emoji, which MUST be comprised of only alphanumeric characters, hyphens, and underscores. |
| 18 | - `<image-url>` is a URL to the corresponding image file of the emoji. | 18 | - `<image-url>` is a URL to the corresponding image file of the emoji. |
| 19 | - `<emoji-set-address>` is an optional address pointer (`kind:pubkey:d-tag`) to the kind 30030 emoji set ([NIP-51](51.md)) the emoji belongs to. | 19 | - `<emoji-set-address>` is an optional address pointer (`kind:pubkey:d-tag`) to the kind 30030 emoji set ([NIP-51](51.md)) the emoji belongs to. |
| 20 | 20 | ||