You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 51.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ For example, _mute list_ can contain the public keys of spammers and bad actors
22
22
23
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
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
27
| Pinned notes | 10001 | events the user intends to showcase in their profile page |`"e"` (kind:1 notes) |
27
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
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
35
| Favorite relays | 10012 | user favorite relays and pointers to relay sets |`"relay"` (relay URLs) and `"a"` (kind:30002 relay set) |
35
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
38
| Emojis | 10030 | user preferred emojis and pointers to emoji sets |`"emoji"` (see [NIP-30](30.md)) and `"a"` (kind:30030 emoji set) |
37
39
| DM relays | 10050 | Where to receive [NIP-17](17.md) direct messages |`"relay"` (see [NIP-17](17.md)) |
38
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
60
| Emoji sets | 30030 | categorized emoji groups |`"emoji"` (see [NIP-30](30.md)) |
59
61
| Release artifact sets | 30063 | group of artifacts of a software release |`"e"` (kind:1063 [file metadata](94.md) events), `"a"` (software application event) |
0 commit comments