diff options
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, |