diff options
| author | fiatjaf_ <fiatjaf@gmail.com> | 2025-05-08 22:51:09 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-08 22:51:09 -0300 |
| commit | 564814ac7dccf7f7f9ad3af63fbc5a89fd7397eb (patch) | |
| tree | fba4a3f1a362bd227afaad725fcfcc3c8d84d5e6 | |
| parent | ccd02f2612292825e7f7caf0edb41dfc5f33f91e (diff) | |
add follow packs to nip51 (#1898)
| -rw-r--r-- | 51.md | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -22,6 +22,7 @@ For example, _mute list_ can contain the public keys of spammers and bad actors | |||
| 22 | 22 | ||
| 23 | | name | kind | description | expected tag items | | 23 | | name | kind | description | expected tag items | |
| 24 | | --- | --- | --- | --- | | 24 | | --- | --- | --- | --- | |
| 25 | | Follow list | 3 | microblogging basic follow list, see [NIP-02](02.md) | `"p"` (pubkeys -- with optional relay hint and petname) | | ||
| 25 | | Mute list | 10000 | things the user doesn't want to see in their feeds | `"p"` (pubkeys), `"t"` (hashtags), `"word"` (lowercase string), `"e"` (threads) | | 26 | | Mute list | 10000 | things the user doesn't want to see in their feeds | `"p"` (pubkeys), `"t"` (hashtags), `"word"` (lowercase string), `"e"` (threads) | |
| 26 | | Pinned notes | 10001 | events the user intends to showcase in their profile page | `"e"` (kind:1 notes) | | 27 | | Pinned notes | 10001 | events the user intends to showcase in their profile page | `"e"` (kind:1 notes) | |
| 27 | | Read/write relays | 10002 | where a user publishes to and where they expect mentions | see [NIP-65](65.md) | | 28 | | Read/write relays | 10002 | where a user publishes to and where they expect mentions | see [NIP-65](65.md) | |
| @@ -33,6 +34,7 @@ For example, _mute list_ can contain the public keys of spammers and bad actors | |||
| 33 | | Simple groups | 10009 | [NIP-29](29.md) groups the user is in | `"group"` ([NIP-29](29.md) group id + relay URL + optional group name), `"r"` for each relay in use | | 34 | | Simple groups | 10009 | [NIP-29](29.md) groups the user is in | `"group"` ([NIP-29](29.md) group id + relay URL + optional group name), `"r"` for each relay in use | |
| 34 | | Favorite relays | 10012 | user favorite relays and pointers to relay sets | `"relay"` (relay URLs) and `"a"` (kind:30002 relay set) | | 35 | | Favorite relays | 10012 | user favorite relays and pointers to relay sets | `"relay"` (relay URLs) and `"a"` (kind:30002 relay set) | |
| 35 | | Interests | 10015 | topics a user may be interested in and pointers | `"t"` (hashtags) and `"a"` (kind:30015 interest set) | | 36 | | Interests | 10015 | topics a user may be interested in and pointers | `"t"` (hashtags) and `"a"` (kind:30015 interest set) | |
| 37 | | Media follows | 10020 | multimedia (photos, short video) follow list | `"p"` (pubkeys -- with optional relay hint and petname) | | ||
| 36 | | Emojis | 10030 | user preferred emojis and pointers to emoji sets | `"emoji"` (see [NIP-30](30.md)) and `"a"` (kind:30030 emoji set) | | 38 | | Emojis | 10030 | user preferred emojis and pointers to emoji sets | `"emoji"` (see [NIP-30](30.md)) and `"a"` (kind:30030 emoji set) | |
| 37 | | DM relays | 10050 | Where to receive [NIP-17](17.md) direct messages | `"relay"` (see [NIP-17](17.md)) | | 39 | | DM relays | 10050 | Where to receive [NIP-17](17.md) direct messages | `"relay"` (see [NIP-17](17.md)) | |
| 38 | | Good wiki authors | 10101 | [NIP-54](54.md) user recommended wiki authors | `"p"` (pubkeys) | | 40 | | Good wiki authors | 10101 | [NIP-54](54.md) user recommended wiki authors | `"p"` (pubkeys) | |
| @@ -58,6 +60,8 @@ Aside from their main identifier, the `"d"` tag, sets can optionally have a `"ti | |||
| 58 | | Emoji sets | 30030 | categorized emoji groups | `"emoji"` (see [NIP-30](30.md)) | | 60 | | Emoji sets | 30030 | categorized emoji groups | `"emoji"` (see [NIP-30](30.md)) | |
| 59 | | Release artifact sets | 30063 | group of artifacts of a software release | `"e"` (kind:1063 [file metadata](94.md) events), `"a"` (software application event) | | 61 | | Release artifact sets | 30063 | group of artifacts of a software release | `"e"` (kind:1063 [file metadata](94.md) events), `"a"` (software application event) | |
| 60 | | App curation sets | 30267 | references to multiple software applications | `"a"` (software application event) | | 62 | | App curation sets | 30267 | references to multiple software applications | `"a"` (software application event) | |
| 63 | | Starter packs | 39089 | a named set of profiles to be shared around with the goal of being followed together | `"p"` (pubkeys) | | ||
| 64 | | Media starter packs | 39092 | same as above, but specific to multimedia (photos, short video) clients | `"p"` (pubkeys) | | ||
| 61 | 65 | ||
| 62 | ### Deprecated standard lists | 66 | ### Deprecated standard lists |
| 63 | 67 | ||