diff options
| author | Hampus Sjöberg <hampus.sjoberg@protonmail.com> | 2022-12-25 00:34:33 +0100 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2022-12-24 20:38:34 -0300 |
| commit | e79c84aecc2f9455380e14724315858272d825d7 (patch) | |
| tree | c50766caef1e140566e54ac199606f1da832f110 /01.md | |
| parent | 745297e8c4cbb742f9252cfdd654844d1cad4040 (diff) | |
LUD-01: fix typo for the desc of event kind 2
Diffstat (limited to '01.md')
| -rw-r--r-- | 01.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -99,7 +99,7 @@ This NIP defines no rules for how `NOTICE` messages should be sent or treated. | |||
| 99 | 99 | ||
| 100 | - `0`: `set_metadata`: the `content` is set to a stringified JSON object `{name: <username>, about: <string>, picture: <url, string>}` describing the user who created the event. A relay may delete past `set_metadata` events once it gets a new one for the same pubkey. | 100 | - `0`: `set_metadata`: the `content` is set to a stringified JSON object `{name: <username>, about: <string>, picture: <url, string>}` describing the user who created the event. A relay may delete past `set_metadata` events once it gets a new one for the same pubkey. |
| 101 | - `1`: `text_note`: the `content` is set to the text content of a note (anything the user wants to say). Non-plaintext notes should instead use kind 1000-10000 as described in [NIP-16](16.md). | 101 | - `1`: `text_note`: the `content` is set to the text content of a note (anything the user wants to say). Non-plaintext notes should instead use kind 1000-10000 as described in [NIP-16](16.md). |
| 102 | - `2`: `recommend_server`: the `content` is set to the URL (e.g., `https://somerelay.com`) of a relay the event creator wants to recommend to its followers. | 102 | - `2`: `recommend_server`: the `content` is set to the URL (e.g., `wss://somerelay.com`) of a relay the event creator wants to recommend to its followers. |
| 103 | 103 | ||
| 104 | A relay may choose to treat different message kinds differently, and it may or may not choose to have a default way to handle kinds it doesn't know about. | 104 | A relay may choose to treat different message kinds differently, and it may or may not choose to have a default way to handle kinds it doesn't know about. |
| 105 | 105 | ||