diff options
| author | hakkadaikon <hakkadaikon@yahoo.co.jp> | 2024-11-18 02:33:29 +0900 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2024-11-17 18:34:48 -0300 |
| commit | f3244a0903b1fedbd8aa89596c658c9529e19ea6 (patch) | |
| tree | 5a449780b3389cbea86a1993e6ed909f19b41e3b /17.md | |
| parent | ac60e1d6628164e6af262aec93c311cbef7d8063 (diff) | |
js,json -> jsonc
Diffstat (limited to '17.md')
| -rw-r--r-- | 17.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -47,7 +47,7 @@ An optional `subject` tag defines the current name/topic of the conversation. An | |||
| 47 | 47 | ||
| 48 | Following [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. | 48 | Following [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, |