upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--30.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/30.md b/30.md
index c2f8bb0..54a8b37 100644
--- a/30.md
+++ b/30.md
@@ -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
60In 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```