upleb.uk

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

summaryrefslogtreecommitdiff
path: root/17.md
diff options
context:
space:
mode:
authorhakkadaikon <hakkadaikon@yahoo.co.jp>2024-11-18 02:33:29 +0900
committerfiatjaf_ <fiatjaf@gmail.com>2024-11-17 18:34:48 -0300
commitf3244a0903b1fedbd8aa89596c658c9529e19ea6 (patch)
tree5a449780b3389cbea86a1993e6ed909f19b41e3b /17.md
parentac60e1d6628164e6af262aec93c311cbef7d8063 (diff)
js,json -> jsonc
Diffstat (limited to '17.md')
-rw-r--r--17.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/17.md b/17.md
index 4b96bce..72f40c4 100644
--- a/17.md
+++ b/17.md
@@ -47,7 +47,7 @@ An optional `subject` tag defines the current name/topic of the conversation. An
47 47
48Following [NIP-59](59.md), the **unsigned** `kind:14` chat message must be sealed (`kind:13`) and then gift-wrapped (`kind:1059`) to each receiver and the sender individually. 48Following [NIP-59](59.md), the **unsigned** `kind:14` chat message must be sealed (`kind:13`) and then gift-wrapped (`kind:1059`) to each receiver and the sender individually.
49 49
50```js 50```jsonc
51{ 51{
52 "id": "<usual hash>", 52 "id": "<usual hash>",
53  "pubkey": randomPublicKey, 53  "pubkey": randomPublicKey,