upleb.uk

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

summaryrefslogtreecommitdiff
path: root/51.md
diff options
context:
space:
mode:
authorfiatjaf_ <fiatjaf@gmail.com>2023-11-14 18:38:48 -0300
committerGitHub <noreply@github.com>2023-11-14 18:38:48 -0300
commitf1433e0f0cb28d17102b530081b48d47e0ee38ac (patch)
treea1625beaad1801c91f66ed490efe30c78683c337 /51.md
parent77b9973cb36f50d8c9b0ae471d8b4f98a398112b (diff)
add relay sets kind to nip-51 (#786)
Diffstat (limited to '51.md')
-rw-r--r--51.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/51.md b/51.md
index cbd6be1..e4d7c24 100644
--- a/51.md
+++ b/51.md
@@ -129,6 +129,7 @@ Then the user would create a 'Categorized Bookmarks' list event like below:
129| 10001 | Pin | 129| 10001 | Pin |
130| 30000 | Categorized People | 130| 30000 | Categorized People |
131| 30001 | Categorized Bookmarks | 131| 30001 | Categorized Bookmarks |
132| 30002 | Categorized Relay Sets |
132 133
133 134
134### Mute List 135### Mute List
@@ -145,4 +146,8 @@ An event with kind `30000` is defined as a parameterized replaceable list event
145 146
146### Categorized Bookmarks List 147### Categorized Bookmarks List
147 148
148An event of kind `30001` is defined as a parameterized replaceable list event for categorizing bookmarks. The 'd' parameter for this event holds the category name of the list. The bookmark lists may contain metadata tags such as 'title', 'image', 'summary' as defined in [NIP-23 - Long-form Content](23.md). Any standardized tag can be included in a Categorized Bookmark List. \ No newline at end of file 149An event of kind `30001` is defined as a parameterized replaceable list event for categorizing bookmarks. The 'd' parameter for this event holds the category name of the list. The bookmark lists may contain metadata tags such as 'title', 'image', 'summary' as defined in [NIP-23 - Long-form Content](23.md). Any standardized tag can be included in a Categorized Bookmark List.
150
151### Categorized Relay Set
152
153An event of kind `30002` is defined as a parameterized replaceable list event for categorizing relays. The 'd' parameter for this event holds the category name of the list. The relays lists may contain metadata tags such as 'title', 'image', 'summary' as defined in [NIP-23 - Long-form Content](23.md). These sets can be used by clients in order to determine which relays to query in different scenarios.