diff options
| -rw-r--r-- | 51.md | 23 | ||||
| -rw-r--r-- | README.md | 5 |
2 files changed, 16 insertions, 12 deletions
| @@ -30,12 +30,12 @@ rely on them to augment the user profile or browsing experience. | |||
| 30 | For example, _mute lists_ can contain the public keys of spammers and bad actors users don't want to see in | 30 | For example, _mute lists_ can contain the public keys of spammers and bad actors users don't want to see in |
| 31 | their feeds or receive annoying notifications from. | 31 | their feeds or receive annoying notifications from. |
| 32 | 32 | ||
| 33 | | name | kind | "d" tag | description | expected tag items | | 33 | | name | kind | description | expected tag items | |
| 34 | | --- | --- | --- | --- | --- | | 34 | | --- | --- | --- | --- | |
| 35 | | Mute list | 10000 | | things the user doesn't want to see in their feeds | `"p"` (pubkeys), `"t"` (hashtags) | | 35 | | Mute list | 10000 | things the user doesn't want to see in their feeds | `"p"` (pubkeys), `"t"` (hashtags) | |
| 36 | | Bookmarks list | 30001 | `"bookmark"` | things the user intends to save for the future | `"e"` (kind:1 notes), `"a"` (kind:30023 articles) | | 36 | | Pin list | 10001 | events the user intends to showcase in their profile page | `"e"` (kind:1 notes) | |
| 37 | | Pin list | 30001 | `"pin"` | events the user intends to showcase in their profile page | `"e"` (kind:1 notes) | | 37 | | Bookmarks list | 10003 | things the user intends to save for the future | `"e"` (kind:1 notes), `"a"` (kind:30023 articles) | |
| 38 | | Communities list | 30001 | `"communities"` | [NIP-72](72.md) communities the user belongs to | `"a"` (kind:34550 community definitions) | | 38 | | Communities list | 10004 | [NIP-72](72.md) communities the user belongs to | `"a"` (kind:34550 community definitions) | |
| 39 | 39 | ||
| 40 | ## Sets | 40 | ## Sets |
| 41 | 41 | ||
| @@ -59,11 +59,12 @@ Aside from their main identifier, the `"d"` tag, sets can optionally have a `"ti | |||
| 59 | 59 | ||
| 60 | Some clients have used these lists in the past, but they should work on transitioning to the [standard formats](#standard-lists) above: | 60 | Some clients have used these lists in the past, but they should work on transitioning to the [standard formats](#standard-lists) above: |
| 61 | 61 | ||
| 62 | - kind:30000 and `d` "mute" | 62 | | kind | "d" tag | use instead | |
| 63 | 63 | | --- | --- | --- | | |
| 64 | | kind | "d" tag | use instead | | 64 | | 30000 | `"mute"` | kind 10000 _mute list_ | |
| 65 | | --- | --- | --- | | 65 | | 30001 | `"pin"` | kind 10001 _pin list_ | |
| 66 | | 30000 | `"mute"` | kind 10000 _mute list_ | | 66 | | 30001 | `"bookmark"` | kind 10003 _bookmarks list_ | |
| 67 | | 30001 | `"communities"` | kind 10004 _communities list_ | | ||
| 67 | 68 | ||
| 68 | ## Examples | 69 | ## Examples |
| 69 | 70 | ||
| @@ -105,8 +105,11 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 105 | | `9734` | Zap Request | [57](57.md) | | 105 | | `9734` | Zap Request | [57](57.md) | |
| 106 | | `9735` | Zap | [57](57.md) | | 106 | | `9735` | Zap | [57](57.md) | |
| 107 | | `9802` | Highlights | [84](84.md) | | 107 | | `9802` | Highlights | [84](84.md) | |
| 108 | | `10000` | Mute list | [65](65.md) | | 108 | | `10000` | Mute list | [51](51.md) | |
| 109 | | `10001` | Pin list | [51](51.md) | | ||
| 109 | | `10002` | Relay List Metadata | [65](65.md) | | 110 | | `10002` | Relay List Metadata | [65](65.md) | |
| 111 | | `10003` | Bookmark list | [51](51.md) | | ||
| 112 | | `10004` | Communities list | [51](51.md) | | ||
| 110 | | `13194` | Wallet Info | [47](47.md) | | 113 | | `13194` | Wallet Info | [47](47.md) | |
| 111 | | `22242` | Client Authentication | [42](42.md) | | 114 | | `22242` | Client Authentication | [42](42.md) | |
| 112 | | `23194` | Wallet Request | [47](47.md) | | 115 | | `23194` | Wallet Request | [47](47.md) | |