upleb.uk

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

summaryrefslogtreecommitdiff
path: root/65.md
diff options
context:
space:
mode:
Diffstat (limited to '65.md')
-rw-r--r--65.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/65.md b/65.md
index 4c7a6a5..55f9ff0 100644
--- a/65.md
+++ b/65.md
@@ -10,7 +10,7 @@ A special replaceable event meaning "Relay List Metadata" is defined as an event
10 10
11The primary purpose of this relay list is to advertise to others, not for configuring one's client. 11The primary purpose of this relay list is to advertise to others, not for configuring one's client.
12 12
13The content is not used and SHOULD be an empty string. 13The `content` is not used and SHOULD be an empty string.
14 14
15The `r` tags can have a second parameter as either `read` or `write`. If it is omitted, it means the author uses the relay for both purposes. 15The `r` tags can have a second parameter as either `read` or `write`. If it is omitted, it means the author uses the relay for both purposes.
16 16
@@ -53,12 +53,12 @@ Authors may post events outside of the feed that they wish their followers to fo
53It is suggested that relays allow any user to write their own kind `10002` event (optionally with AUTH to verify it is their own) even if they are not otherwise subscribed to the relay because 53It is suggested that relays allow any user to write their own kind `10002` event (optionally with AUTH to verify it is their own) even if they are not otherwise subscribed to the relay because
54 54
55 - finding where someone posts is rather important 55 - finding where someone posts is rather important
56 - these events do not have content that needs management 56 - these events do not have `content` that needs management
57 - relays only need to store one replaceable event per pubkey to offer this service 57 - relays only need to store one replaceable event per pubkey to offer this service
58 58
59### Why not in kind `0` Metadata 59### Why not in kind `0` Metadata
60 60
61Even though this is user related metadata, it is a separate event from kind `0` in order to keep it small (as it should be widely spread) and to not have content that may require moderation by relay operators so that it is more acceptable to relays. 61Even though this is user related metadata, it is a separate event from kind `0` in order to keep it small (as it should be widely spread) and to not have `content` that may require moderation by relay operators so that it is more acceptable to relays.
62 62
63### Example 63### Example
64 64