diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2025-02-14 10:52:08 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2025-02-14 10:53:57 -0300 |
| commit | cf8a48e89532e8491cf9445506b92741c509ecda (patch) | |
| tree | abd46ae7349e8c5ce24ae879bf1200f5dfc5afdc /51.md | |
| parent | f9f8b5042d406d523d4b09cafced77ae4902d244 (diff) | |
add "global" relay lists.global-list
Diffstat (limited to '51.md')
| -rw-r--r-- | 51.md | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -29,6 +29,7 @@ For example, _mute list_ can contain the public keys of spammers and bad actors | |||
| 29 | | Public chats | 10005 | [NIP-28](28.md) chat channels the user is in | `"e"` (kind:40 channel definitions) | | 29 | | Public chats | 10005 | [NIP-28](28.md) chat channels the user is in | `"e"` (kind:40 channel definitions) | |
| 30 | | Blocked relays | 10006 | relays clients should never connect to | `"relay"` (relay URLs) | | 30 | | Blocked relays | 10006 | relays clients should never connect to | `"relay"` (relay URLs) | |
| 31 | | Search relays | 10007 | relays clients should use when performing search queries | `"relay"` (relay URLs) | | 31 | | Search relays | 10007 | relays clients should use when performing search queries | `"relay"` (relay URLs) | |
| 32 | | Global relays | 10008 | relays considered a good target for unfiltered discovery | `"relay"` (relay URLs) | | ||
| 32 | | 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 | | 33 | | 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 | |
| 33 | | Interests | 10015 | topics a user may be interested in and pointers | `"t"` (hashtags) and `"a"` (kind:30015 interest set) | | 34 | | Interests | 10015 | topics a user may be interested in and pointers | `"t"` (hashtags) and `"a"` (kind:30015 interest set) | |
| 34 | | Emojis | 10030 | user preferred emojis and pointers to emoji sets | `"emoji"` (see [NIP-30](30.md)) and `"a"` (kind:30030 emoji set) | | 35 | | Emojis | 10030 | user preferred emojis and pointers to emoji sets | `"emoji"` (see [NIP-30](30.md)) and `"a"` (kind:30030 emoji set) | |