upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/01.md
diff options
context:
space:
mode:
authorDZ <dzdidi@users.noreply.github.com>2022-10-07 22:16:17 +0200
committerfiatjaf <fiatjaf@gmail.com>2022-10-07 17:17:34 -0300
commitc8a95a0968acb4ba463b6395d93bc667ca022705 (patch)
tree8bdac9855354018f880fba2e77e29f4ea7f9ad29 /01.md
parentb62aa418dee13aac1899ea7c6946a0f55dd7ee84 (diff)
Update 01.md
fix typo
Diffstat (limited to '01.md')
-rw-r--r--01.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/01.md b/01.md
index e0def1e..6a5c2ac 100644
--- a/01.md
+++ b/01.md
@@ -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 epression). 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).