upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2026-03-25 09:44:27 -0300
committerfiatjaf <fiatjaf@gmail.com>2026-04-02 03:09:12 -0300
commit05b9fb127d553f38c56cf6df85088985e2767c97 (patch)
tree8536f928fc33b852609674399686bb9a256bd971
parente0160f0f5d06b637acb0a083e76ff5ceeb78f884 (diff)
change favorite scrolls list kind to an unused number.
-rw-r--r--51.md2
-rw-r--r--A5.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/51.md b/51.md
index c582130..959b58d 100644
--- a/51.md
+++ b/51.md
@@ -33,9 +33,9 @@ For example, _mute list_ can contain the public keys of spammers and bad actors
33| Search relays | 10007 | relays clients should use when performing search queries | `"relay"` (relay URLs) | 33| Search relays | 10007 | relays clients should use when performing search queries | `"relay"` (relay URLs) |
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| 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 |
35| Relay feeds | 10012 | user favorite browsable relays (and relay sets) | `"relay"` (relay URLs) and `"a"` (kind:30002 relay set) | 35| Relay feeds | 10012 | user favorite browsable relays (and relay sets) | `"relay"` (relay URLs) and `"a"` (kind:30002 relay set) |
36| Favorite scrolls | 10013 | user favorite scrolls | `"e"` (kind:1227 scroll events) |
37| 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) |
38| Media follows | 10020 | multimedia (photos, short video) follow list | `"p"` (pubkeys -- with optional relay hint and petname) | 37| Media follows | 10020 | multimedia (photos, short video) follow list | `"p"` (pubkeys -- with optional relay hint and petname) |
38| Favorite scrolls | 10027 | user favorite scrolls | `"e"` ([NIP-A5](A5.md) scroll events) |
39| Emojis | 10030 | user preferred emojis and pointers to emoji sets | `"emoji"` (see [NIP-30](30.md)) and `"a"` (kind:30030 emoji set) | 39| Emojis | 10030 | user preferred emojis and pointers to emoji sets | `"emoji"` (see [NIP-30](30.md)) and `"a"` (kind:30030 emoji set) |
40| DM relays | 10050 | Where to receive [NIP-17](17.md) direct messages | `"relay"` (see [NIP-17](17.md)) | 40| DM relays | 10050 | Where to receive [NIP-17](17.md) direct messages | `"relay"` (see [NIP-17](17.md)) |
41| Good wiki authors | 10101 | [NIP-54](54.md) user recommended wiki authors | `"p"` (pubkeys) | 41| Good wiki authors | 10101 | [NIP-54](54.md) user recommended wiki authors | `"p"` (pubkeys) |
diff --git a/A5.md b/A5.md
index 916116c..2bff38c 100644
--- a/A5.md
+++ b/A5.md
@@ -26,7 +26,7 @@ This NIP defines a standard for publishing self-contained WebAssembly programs a
26 26
27## Favorite scrolls list 27## Favorite scrolls list
28 28
29Clients can publish a list of favorite scrolls using a NIP-51 standard list event with kind `10013`. The list should include one `"e"` tag per scroll event (kind `1227`). 29Clients can publish a list of favorite scrolls using a NIP-51 standard list event with kind `10027`. The list should include one `"e"` tag per scroll event, with optional relay hints and author hints.
30 30
31## String Convention 31## String Convention
32 32