custom emojis in reactions (#1492)

This commit is contained in:
Zig Blathazar 2024-09-12 16:45:47 +03:30 committed by GitHub
parent 8a427ea6d6
commit 37a02e817b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
30.md
View File

@ -54,3 +54,19 @@ In kind 1 events, the `content` should be emojified.
"created_at": 1682630000 "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
}
```