mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-13 02:46:24 +00:00
custom emojis in reactions (#1492)
This commit is contained in:
parent
8a427ea6d6
commit
37a02e817b
16
30.md
16
30.md
@ -54,3 +54,19 @@ In kind 1 events, the `content` should be emojified.
|
||||
"created_at": 1682630000
|
||||
}
|
||||
```
|
||||
|
||||
### Kind 7 events
|
||||
|
||||
In kind 7 events, the `content` should be emojified.
|
||||
|
||||
```json
|
||||
{
|
||||
"kind": 7,
|
||||
"content": ":dezh:",
|
||||
"tags": [
|
||||
["emoji", "dezh", "https://raw.githubusercontent.com/dezh-tech/brand-assets/main/dezh/logo/black-normal.svg"]
|
||||
],
|
||||
"pubkey": "79c2cae114ea28a981e7559b4fe7854a473521a8d22a66bbab9fa248eb820ff6",
|
||||
"created_at": 1682630000
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user