mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
NIP-33: Add example for more than one value
This commit is contained in:
parent
9682e43ee0
commit
54b6c0090d
1
33.md
1
33.md
|
@ -24,6 +24,7 @@ replace each other:
|
||||||
* `"tags":[["d",""],["d","not empty"]]`: only first `d` tag is considered
|
* `"tags":[["d",""],["d","not empty"]]`: only first `d` tag is considered
|
||||||
* `"tags":[["d"],["d","some value"]]`: only first `d` tag is considered
|
* `"tags":[["d"],["d","some value"]]`: only first `d` tag is considered
|
||||||
* `"tags":[["e"]]`: same as no tags
|
* `"tags":[["e"]]`: same as no tags
|
||||||
|
* `"tags":[["d","test","1"]]`: only the value is considered (`test`)
|
||||||
|
|
||||||
Client Behavior
|
Client Behavior
|
||||||
---------------
|
---------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user