mirror of
https://github.com/nostr-protocol/nips.git
synced 2026-08-08 23:34:40 +00:00
change favorite scrolls list kind to an unused number.
This commit is contained in:
@@ -33,9 +33,9 @@ For example, _mute list_ can contain the public keys of spammers and bad actors
|
||||
| Search relays | 10007 | relays clients should use when performing search queries | `"relay"` (relay URLs) |
|
||||
| Simple groups | 10009 | [NIP-29](29.md) groups the user is in | `"group"` ([NIP-29](29.md) group id + relay URL + optional group name), `"r"` for each relay in use |
|
||||
| Relay feeds | 10012 | user favorite browsable relays (and relay sets) | `"relay"` (relay URLs) and `"a"` (kind:30002 relay set) |
|
||||
| Favorite scrolls | 10013 | user favorite scrolls | `"e"` (kind:1227 scroll events) |
|
||||
| Interests | 10015 | topics a user may be interested in and pointers | `"t"` (hashtags) and `"a"` (kind:30015 interest set) |
|
||||
| Media follows | 10020 | multimedia (photos, short video) follow list | `"p"` (pubkeys -- with optional relay hint and petname) |
|
||||
| Favorite scrolls | 10027 | user favorite scrolls | `"e"` ([NIP-A5](A5.md) scroll events) |
|
||||
| Emojis | 10030 | user preferred emojis and pointers to emoji sets | `"emoji"` (see [NIP-30](30.md)) and `"a"` (kind:30030 emoji set) |
|
||||
| DM relays | 10050 | Where to receive [NIP-17](17.md) direct messages | `"relay"` (see [NIP-17](17.md)) |
|
||||
| Good wiki authors | 10101 | [NIP-54](54.md) user recommended wiki authors | `"p"` (pubkeys) |
|
||||
|
||||
@@ -26,7 +26,7 @@ This NIP defines a standard for publishing self-contained WebAssembly programs a
|
||||
|
||||
## Favorite scrolls list
|
||||
|
||||
Clients can publish a list of favorite scrolls using a NIP-51 standard list event with kind `10013`. The list should include one `"e"` tag per scroll event (kind `1227`).
|
||||
Clients can publish a list of favorite scrolls using a NIP-51 standard list event with kind `10027`. The list should include one `"e"` tag per scroll event, with optional relay hints and author hints.
|
||||
|
||||
## String Convention
|
||||
|
||||
|
||||
Reference in New Issue
Block a user