From 3afdad183e25ab1559f05802eaab253dbbd5ec28 Mon Sep 17 00:00:00 2001 From: SondreB Date: Sun, 21 Dec 2025 16:49:43 +0100 Subject: [PATCH] Add support for picture sets in NIP-51, using kind 30006. (#2170) --- 51.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/51.md b/51.md index dd2bb3f1..a7df4302 100644 --- a/51.md +++ b/51.md @@ -55,6 +55,7 @@ Aside from their main identifier, the `"d"` tag, sets can optionally have a `"ti | Bookmark sets | 30003 | user-defined bookmarks categories , for when bookmarks must be in labeled separate groups | `"e"` (kind:1 notes), `"a"` (kind:30023 articles) | | 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) | | Curation sets | 30005 | groups of videos picked by users as interesting and/or belonging to the same category | `"e"` (kind:21 videos) | +| Curation sets | 30006 | groups of pictures picked by users as interesting and/or belonging to the same category | `"e"` (kind:20 pictures) | | Kind mute sets | 30007 | mute pubkeys by kinds
`"d"` tag MUST be the kind string | `"p"` (pubkeys) | | Interest sets | 30015 | interest topics represented by a bunch of "hashtags" | `"t"` (hashtags) | | Emoji sets | 30030 | categorized emoji groups | `"emoji"` (see [NIP-30](30.md)) | diff --git a/README.md b/README.md index 09ff7242..fa006605 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | `30003` | Bookmark sets | [51](51.md) | | `30004` | Curation sets | [51](51.md) | | `30005` | Video sets | [51](51.md) | +| `30006` | Picture sets | [51](51.md) | | `30007` | Kind mute sets | [51](51.md) | | `30008` | Profile Badges | [58](58.md) | | `30009` | Badge Definition | [58](58.md) |