diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2023-06-09 14:13:42 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2023-06-09 14:13:42 -0300 |
| commit | d435ffc39cacf485662cea5c98aaa4af5af3b447 (patch) | |
| tree | 4fe134535fc9cfad51daa182a1edca761ae6708e /01.md | |
| parent | 75c05b547c4525bf4fc581bf4167e4847c0a55b9 (diff) | |
clarify kind:1 plaintextness.
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 | ## Basic Event Kinds | 99 | ## Basic Event Kinds |
| 100 | 100 | ||
| 101 | - `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 | - `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. |
| 102 | - `1`: `text_note`: the `content` is set to the plaintext content of a note (anything the user wants to say). Do not use Markdown! Clients should not have to guess how to interpret content like `[]()`. Use different event kinds for parsable content. | 102 | - `1`: `text_note`: the `content` is set to the **plaintext** content of a note (anything the user wants to say). Content that must be parsed, such as Markdown and HTML, should not be used. |
| 103 | - `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 | - `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. |
| 104 | 104 | ||
| 105 | 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 | 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. |