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:
authorfiatjaf_ <fiatjaf@gmail.com>2025-01-30 23:21:21 -0300
committerGitHub <noreply@github.com>2025-01-30 23:21:21 -0300
commit14d38014850930129e831b7ace25a9653e5d7095 (patch)
treef0944fb005c9b700c0b199a0c02cf936d416c92d /01.md
parent5eb515ceb97bdf0aa1570fb97ac510cd795bcf5a (diff)
parentf440eac3dccefa5c0ec9d3964e1d08357fd31e09 (diff)
Merge branch 'master' into video-events-regularvideo-events-regular
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 e515d81..9e25ca9 100644
--- a/01.md
+++ b/01.md
@@ -89,7 +89,7 @@ Kinds specify how clients should interpret the meaning of each event and the oth
89 89
90This NIP defines one basic kind: 90This NIP defines one basic kind:
91 91
92- `0`: **user metadata**: the `content` is set to a stringified JSON object `{name: <username>, about: <string>, picture: <url, string>}` describing the user who created the event. [Extra metadata fields](24.md#kind-0) may be set. A relay may delete older events once it gets a new one for the same pubkey. 92- `0`: **user metadata**: the `content` is set to a stringified JSON object `{name: <nickname or full name>, about: <short bio>, picture: <url of the image>}` describing the user who created the event. [Extra metadata fields](24.md#kind-0) may be set. A relay may delete older events once it gets a new one for the same pubkey.
93 93
94And also a convention for kind ranges that allow for easier experimentation and flexibility of relay implementation: 94And also a convention for kind ranges that allow for easier experimentation and flexibility of relay implementation:
95 95