diff options
| author | Francisco Calderón <fjcalderon@gmail.com> | 2024-11-04 15:39:21 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-04 15:39:21 -0300 |
| commit | 03f3bc39678262ecbd5d870c9da44723023557ff (patch) | |
| tree | e75ecf32d3bc906a8b26314488a1ae90996169c1 /30.md | |
| parent | f72a2f69ed93cf442e83bf9e7e16f6c06da40384 (diff) | |
| parent | 6bcd89c097e97e65dbc95e7c6b7b8348e8dd6b5c (diff) | |
Merge branch 'master' into p2p-nip
Diffstat (limited to '30.md')
| -rw-r--r-- | 30.md | 16 |
1 files changed, 16 insertions, 0 deletions
| @@ -54,3 +54,19 @@ In kind 1 events, the `content` should be emojified. | |||
| 54 | "created_at": 1682630000 | 54 | "created_at": 1682630000 |
| 55 | } | 55 | } |
| 56 | ``` | 56 | ``` |
| 57 | |||
| 58 | ### Kind 7 events | ||
| 59 | |||
| 60 | In kind 7 events, the `content` should be emojified. | ||
| 61 | |||
| 62 | ```json | ||
| 63 | { | ||
| 64 | "kind": 7, | ||
| 65 | "content": ":dezh:", | ||
| 66 | "tags": [ | ||
| 67 | ["emoji", "dezh", "https://raw.githubusercontent.com/dezh-tech/brand-assets/main/dezh/logo/black-normal.svg"] | ||
| 68 | ], | ||
| 69 | "pubkey": "79c2cae114ea28a981e7559b4fe7854a473521a8d22a66bbab9fa248eb820ff6", | ||
| 70 | "created_at": 1682630000 | ||
| 71 | } | ||
| 72 | ``` | ||