diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2023-11-15 15:32:22 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2023-11-15 15:32:22 -0300 |
| commit | 61b736574cde8e954efe70da3c8c9116297cebf0 (patch) | |
| tree | cc8fa0126cc6d5c13f6634142766daa49add95ad | |
| parent | 54befcc09a3fdd804ee3f98a8a670c582cd101cc (diff) | |
add kind 30005 follow sets.
| -rw-r--r-- | 51.md | 9 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 6 insertions, 4 deletions
| @@ -50,10 +50,11 @@ can be used by apps to showcase curations made by others tagged to different top | |||
| 50 | Aside from their main identifier, the `"d"` tag, sets can optionally have a `"title"`, an `"image"` and a | 50 | Aside from their main identifier, the `"d"` tag, sets can optionally have a `"title"`, an `"image"` and a |
| 51 | `"description"` tag that can be used to enhance their UI. | 51 | `"description"` tag that can be used to enhance their UI. |
| 52 | 52 | ||
| 53 | | name | kind | description | expected tag items | | 53 | | name | kind | description | expected tag items | |
| 54 | | --- | --- | --- | --- | | 54 | | --- | --- | --- | --- | |
| 55 | | Relay sets | 30002 | user-defined relay groups the user can easily pick and choose from during variadic operations | `"relay"` (relay URLs) | | 55 | | Relay sets | 30002 | user-defined relay groups the user can easily pick and choose from during variadic operations | `"relay"` (relay URLs) | |
| 56 | | Article Curation sets | 30004 | groups of articles picked by users as interesting and/or belonging to the same category | `"a"` (kind:30023 articles), `"e"` (kind:1 notes) | | 56 | | Curation sets | 30004 | groups of articles picked by users as interesting and/or belonging to the same category | `"a"` (kind:30023 articles), `"e"` (kind:1 notes) | |
| 57 | | Follow sets | 30005 | categorized groups of users a client may choose to check out in different circumstances | `"p"` (pubkeys) | | ||
| 57 | 58 | ||
| 58 | ## Deprecated standard lists | 59 | ## Deprecated standard lists |
| 59 | 60 | ||
| @@ -119,6 +119,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 119 | | `30001` | Generic lists | [51](51.md) | | 119 | | `30001` | Generic lists | [51](51.md) | |
| 120 | | `30002` | Relay sets | [51](51.md) | | 120 | | `30002` | Relay sets | [51](51.md) | |
| 121 | | `30004` | Curation sets | [51](51.md) | | 121 | | `30004` | Curation sets | [51](51.md) | |
| 122 | | `30005` | Follow sets | [51](51.md) | | ||
| 122 | | `30008` | Profile Badges | [58](58.md) | | 123 | | `30008` | Profile Badges | [58](58.md) | |
| 123 | | `30009` | Badge Definition | [58](58.md) | | 124 | | `30009` | Badge Definition | [58](58.md) | |
| 124 | | `30017` | Create or update a stall | [15](15.md) | | 125 | | `30017` | Create or update a stall | [15](15.md) | |