add kind:10011, favorite follow sets (#2413)

This commit is contained in:
fiatjaf
2026-07-15 16:35:49 -03:00
committed by GitHub
parent 8f8444d05a
commit 436d9fdde0

1
51.md
View File

@@ -33,6 +33,7 @@ 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) |
| Profile badges | 10008 | [NIP-58](58.md) badges a user has accepted and chosen to display | `"a"` (kind:30009 badge definitions) and `"e"` (kind:8 badge awards), and `"a"` (kind:30008 badge set) |
| 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 |
| Favorite follow sets | 10011 | user favorite follow sets | `"a"` (kind:30000 follow set) |
| Relay feeds | 10012 | user favorite browsable relays (and relay sets) | `"relay"` (relay URLs) and `"a"` (kind:30002 relay set) |
| Private relays | 10013 | (nip44-encrypted) [NIP-37](37.md) private relays (drafts) | `"relay"` (relay URL) |
| Interests | 10015 | topics a user may be interested in and pointers | `"t"` (hashtags) and `"a"` (kind:30015 interest set) |