mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-13 23:39:08 -05:00
Change relay field to array
This commit is contained in:
parent
f9d47f83ec
commit
f0fa515df8
2
17.md
2
17.md
|
@ -35,7 +35,7 @@ New fields may be added to this NIP later.
|
||||||
}
|
}
|
||||||
"followers": 500, // sent with kind 0
|
"followers": 500, // sent with kind 0
|
||||||
"language": "en", // ISO 639-1 code of detected event.content language
|
"language": "en", // ISO 639-1 code of detected event.content language
|
||||||
"relay": "wss://relay.url", // event found originally on this relay
|
"relays": ["wss://relay.url"], // event found originally on these relays
|
||||||
"replies": 10, // direct descendant kind 1 reply count
|
"replies": 10, // direct descendant kind 1 reply count
|
||||||
"reposts": 20, // NIP-18 repost count
|
"reposts": 20, // NIP-18 repost count
|
||||||
"views": 900, // request count from different IPs, device ids or pubkeys
|
"views": 900, // request count from different IPs, device ids or pubkeys
|
||||||
|
|
Loading…
Reference in New Issue
Block a user