diff options
| author | DZ <dzdidi@users.noreply.github.com> | 2022-10-07 22:20:03 +0200 |
|---|---|---|
| committer | William Casarin <jb55@jb55.com> | 2022-10-26 09:54:23 -0700 |
| commit | 6d86133118c75a1f6e3e9297893600d22d1cd43f (patch) | |
| tree | 5f07c0a4fd5bebf221d2a60aba15300623b05767 | |
| parent | 147cd0a2eacce191859c78f06cc48602680711e7 (diff) | |
Update 01.md
fix indentation
| -rw-r--r-- | 01.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -98,7 +98,7 @@ This NIP defines no rules for how `NOTICE` messages should be sent or treated. | |||
| 98 | ## Basic Event Kinds | 98 | ## Basic Event Kinds |
| 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 | * Where `<username>` is a string that matches the pattern: `[\w+\-]` (java regular expression). Or, in other words, a sequence of the following | 101 | * Where `<username>` is a string that matches the pattern: `[\w+\-]` (java regular expression). Or, in other words, a sequence of the following |
| 102 | characters: `[a-zA-Z_\-0-9]`. <br> | 102 | characters: `[a-zA-Z_\-0-9]`. <br> |
| 103 | Thus `George-Washington-1776` is a valid `<username>`, but `George Washington` is not. Clients may reject metadata that does not comply. | 103 | Thus `George-Washington-1776` is a valid `<username>`, but `George Washington` is not. Clients may reject metadata that does not comply. |
| 104 | - `1`: `text_note`: the `content` is set to the text content of a note (anything the user wants to say). | 104 | - `1`: `text_note`: the `content` is set to the text content of a note (anything the user wants to say). |