diff --git a/51.md b/51.md index c5821306..959b58d7 100644 --- a/51.md +++ b/51.md @@ -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) | diff --git a/A5.md b/A5.md index 916116c2..2bff38c7 100644 --- a/A5.md +++ b/A5.md @@ -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