Skip to content

Commit ccd02f2

Browse files
authored
NIP-51: favorite relays (nostr-protocol#1848)
1 parent ebfcd72 commit ccd02f2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

51.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ For example, _mute list_ can contain the public keys of spammers and bad actors
3131
| Blocked relays | 10006 | relays clients should never connect to | `"relay"` (relay URLs) |
3232
| Search relays | 10007 | relays clients should use when performing search queries | `"relay"` (relay URLs) |
3333
| 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 |
34+
| Favorite relays | 10012 | user favorite relays and pointers to relay sets | `"relay"` (relay URLs) and `"a"` (kind:30002 relay set) |
3435
| Interests | 10015 | topics a user may be interested in and pointers | `"t"` (hashtags) and `"a"` (kind:30015 interest set) |
3536
| Emojis | 10030 | user preferred emojis and pointers to emoji sets | `"emoji"` (see [NIP-30](30.md)) and `"a"` (kind:30030 emoji set) |
3637
| DM relays | 10050 | Where to receive [NIP-17](17.md) direct messages | `"relay"` (see [NIP-17](17.md)) |

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
187187
| `10006` | Blocked relays list | [51](51.md) |
188188
| `10007` | Search relays list | [51](51.md) |
189189
| `10009` | User groups | [51](51.md), [29](29.md) |
190+
| `10012` | Favorite relays list | [51](51.md) |
190191
| `10013` | Private event relay list | [37](37.md) |
191192
| `10015` | Interests list | [51](51.md) |
192193
| `10019` | Nutzap Mint Recommendation | [61](61.md) |

0 commit comments

Comments
 (0)