diff options
| author | SondreB <sondre@outlook.com> | 2025-12-21 16:49:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-21 10:49:43 -0500 |
| commit | 3afdad183e25ab1559f05802eaab253dbbd5ec28 (patch) | |
| tree | 864902d2b2160cc4510e6ec179ba6c0914f7ac08 | |
| parent | fb18d4c74f5d1054c673fa9aa1e0778f3f70c8cc (diff) | |
Add support for picture sets in NIP-51, using kind 30006. (#2170)
| -rw-r--r-- | 51.md | 1 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 2 insertions, 0 deletions
| @@ -55,6 +55,7 @@ Aside from their main identifier, the `"d"` tag, sets can optionally have a `"ti | |||
| 55 | | Bookmark sets | 30003 | user-defined bookmarks categories , for when bookmarks must be in labeled separate groups | `"e"` (kind:1 notes), `"a"` (kind:30023 articles) | | 55 | | Bookmark sets | 30003 | user-defined bookmarks categories , for when bookmarks must be in labeled separate groups | `"e"` (kind:1 notes), `"a"` (kind:30023 articles) | |
| 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) | | 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 | | Curation sets | 30005 | groups of videos picked by users as interesting and/or belonging to the same category | `"e"` (kind:21 videos) | | 57 | | Curation sets | 30005 | groups of videos picked by users as interesting and/or belonging to the same category | `"e"` (kind:21 videos) | |
| 58 | | Curation sets | 30006 | groups of pictures picked by users as interesting and/or belonging to the same category | `"e"` (kind:20 pictures) | | ||
| 58 | | Kind mute sets | 30007 | mute pubkeys by kinds<br>`"d"` tag MUST be the kind string | `"p"` (pubkeys) | | 59 | | Kind mute sets | 30007 | mute pubkeys by kinds<br>`"d"` tag MUST be the kind string | `"p"` (pubkeys) | |
| 59 | | Interest sets | 30015 | interest topics represented by a bunch of "hashtags" | `"t"` (hashtags) | | 60 | | Interest sets | 30015 | interest topics represented by a bunch of "hashtags" | `"t"` (hashtags) | |
| 60 | | Emoji sets | 30030 | categorized emoji groups | `"emoji"` (see [NIP-30](30.md)) | | 61 | | Emoji sets | 30030 | categorized emoji groups | `"emoji"` (see [NIP-30](30.md)) | |
| @@ -236,6 +236,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 236 | | `30003` | Bookmark sets | [51](51.md) | | 236 | | `30003` | Bookmark sets | [51](51.md) | |
| 237 | | `30004` | Curation sets | [51](51.md) | | 237 | | `30004` | Curation sets | [51](51.md) | |
| 238 | | `30005` | Video sets | [51](51.md) | | 238 | | `30005` | Video sets | [51](51.md) | |
| 239 | | `30006` | Picture sets | [51](51.md) | | ||
| 239 | | `30007` | Kind mute sets | [51](51.md) | | 240 | | `30007` | Kind mute sets | [51](51.md) | |
| 240 | | `30008` | Profile Badges | [58](58.md) | | 241 | | `30008` | Profile Badges | [58](58.md) | |
| 241 | | `30009` | Badge Definition | [58](58.md) | | 242 | | `30009` | Badge Definition | [58](58.md) | |