upleb.uk

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

summaryrefslogtreecommitdiff
path: root/39.md
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2024-07-21 23:29:27 -0500
committerGitHub <noreply@github.com>2024-07-21 23:29:27 -0500
commit33c021bda9767d66cf39aeeb49b29f99f0dd562f (patch)
tree5ab4fe4d3cf0095d470c4ae8e9b88b9874bd76c4 /39.md
parent5359cd87ed6aad280e9faa7501ce720380a6bf54 (diff)
parentdedc22e1ea792796cfb0f0445d72afd13c4166ee (diff)
Merge pull request #1364 from syusui-s/nip39_clarify
NIP-39: clarify that i tag should be in tags
Diffstat (limited to '39.md')
-rw-r--r--39.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/39.md b/39.md
index c819e43..f5ebe35 100644
--- a/39.md
+++ b/39.md
@@ -12,9 +12,11 @@ Nostr protocol users may have other online identities such as usernames, profile
12 12
13## `i` tag on a metadata event 13## `i` tag on a metadata event
14 14
15A new optional `i` tag is introduced for `kind 0` metadata event contents in addition to name, about, picture fields as included in [NIP-01](https://github.com/nostr-protocol/nips/blob/master/01.md): 15A new optional `i` tag is introduced for `kind 0` metadata event defined in [NIP-01](https://github.com/nostr-protocol/nips/blob/master/01.md):
16```json 16```json
17{ 17{
18 "id": <id>,
19 "pubkey": <pubkey>,
18 "tags": [ 20 "tags": [
19 ["i", "github:semisol", "9721ce4ee4fceb91c9711ca2a6c9a5ab"], 21 ["i", "github:semisol", "9721ce4ee4fceb91c9711ca2a6c9a5ab"],
20 ["i", "twitter:semisol_public", "1619358434134196225"], 22 ["i", "twitter:semisol_public", "1619358434134196225"],