diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2023-11-19 07:17:11 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2023-11-19 07:17:11 -0300 |
| commit | 33a719f34507bf2cbc6717eb5e4b9464daaad23a (patch) | |
| tree | e71e4314803c29355d6396c992803fa0d9993632 /51.md | |
| parent | 5e6e7a2bc85de7d251b2d7d111c355a9e5ddd0e4 (diff) | |
fix kind:40 name (following @snowcait).
Diffstat (limited to '51.md')
| -rw-r--r-- | 51.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -24,7 +24,7 @@ For example, _mute lists_ can contain the public keys of spammers and bad actors | |||
| 24 | | Pinned notes | 10001 | events the user intends to showcase in their profile page | `"e"` (kind:1 notes) | | 24 | | Pinned notes | 10001 | events the user intends to showcase in their profile page | `"e"` (kind:1 notes) | |
| 25 | | Bookmarks | 10003 | uncategorized, "global" list of things a user wants to save | `"e"` (kind:1 notes), `"a"` (kind:30023 articles), `"t"` (hashtags), `"r" (URLs)` | | 25 | | Bookmarks | 10003 | uncategorized, "global" list of things a user wants to save | `"e"` (kind:1 notes), `"a"` (kind:30023 articles), `"t"` (hashtags), `"r" (URLs)` | |
| 26 | | Communities | 10004 | [NIP-72](72.md) communities the user belongs to | `"a"` (kind:34550 community definitions) | | 26 | | Communities | 10004 | [NIP-72](72.md) communities the user belongs to | `"a"` (kind:34550 community definitions) | |
| 27 | | Public chats | 10005 | [NIP-28](28.md) chat channels the user is in | `"e"` (kind:40 community definitions) | | 27 | | Public chats | 10005 | [NIP-28](28.md) chat channels the user is in | `"e"` (kind:40 channel definitions) | |
| 28 | | Blocked relays | 10006 | relays clients should never connect to | `"relay"` (relay URLs) | | 28 | | Blocked relays | 10006 | relays clients should never connect to | `"relay"` (relay URLs) | |
| 29 | | Search relays | 10007 | relays clients should use when performing search queries | `"relay"` (relay URLs) | | 29 | | Search relays | 10007 | relays clients should use when performing search queries | `"relay"` (relay URLs) | |
| 30 | | Interests | 10015 | topics a user may be interested in and pointers | `"t"` (hashtags) and `"a" (kind:30015 interest set)` | | 30 | | Interests | 10015 | topics a user may be interested in and pointers | `"t"` (hashtags) and `"a" (kind:30015 interest set)` | |