mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-12 15:09:07 -05:00
Move wishlists from lists to sets
This commit is contained in:
parent
b0ddb0cd33
commit
9c7732799f
2
51.md
2
51.md
|
@ -36,7 +36,6 @@ For example, _mute list_ can contain the public keys of spammers and bad actors
|
|||
| Good wiki authors | 10101 | [NIP-54](54.md) user recommended wiki authors | `"p"` (pubkeys) |
|
||||
| Good wiki relays | 10102 | [NIP-54](54.md) relays deemed to only host useful articles | `"relay"` (relay URLs) |
|
||||
| E-commerce cart | 10402 | [NIP-15](15.md) and [NIP-99](99.md) listings the user wants to purchase | `"a"` (kind:30018 and/or kind:30402 listing set) |
|
||||
| E-commerce wishlist | 10420 | [NIP-15](15.md) and [NIP-99](99.md) listings the user wants to later purchase | `"a"` (kind:30018 and/or kind:30402 listing set) |
|
||||
|
||||
## Sets
|
||||
|
||||
|
@ -57,6 +56,7 @@ Aside from their main identifier, the `"d"` tag, sets can optionally have a `"ti
|
|||
| Interest sets | 30015 | interest topics represented by a bunch of "hashtags" | `"t"` (hashtags) |
|
||||
| Emoji sets | 30030 | categorized emoji groups | `"emoji"` (see [NIP-30](30.md)) |
|
||||
| Release artifact sets | 30063 | groups of files of a software release | `"e"` (kind:1063 [file metadata](94.md) events), `"i"` (application identifier, typically reverse domain notation), `"version"` |
|
||||
| E-commerce wishlist sets | 30420 | [NIP-15](15.md) and [NIP-99](99.md) listings the user wants to later purchase | `"a"` (kind:30018 and/or kind:30402 listing set) |
|
||||
|
||||
## Deprecated standard lists
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user