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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/65.md b/65.md
index 4a6f5a1..f32c965 100644
--- a/65.md
+++ b/65.md
@@ -19,7 +19,7 @@ The `.content` is not used.
19 ["r", "wss://alicerelay.example.com"], 19 ["r", "wss://alicerelay.example.com"],
20 ["r", "wss://brando-relay.com"], 20 ["r", "wss://brando-relay.com"],
21 ["r", "wss://expensive-relay.example2.com", "write"], 21 ["r", "wss://expensive-relay.example2.com", "write"],
22 ["r", "wss://nostr-relay.example.com", "read"], 22 ["r", "wss://nostr-relay.example.com", "read"]
23 ], 23 ],
24 "content": "", 24 "content": "",
25 ...other fields 25 ...other fields
@@ -37,7 +37,7 @@ When seeking events **about** a user, where the user was tagged, Clients SHOULD
37When broadcasting an event, Clients SHOULD: 37When broadcasting an event, Clients SHOULD:
38 38
39- Broadcast the event to the WRITE relays of the author 39- Broadcast the event to the WRITE relays of the author
40- Broadcast the event all READ relays of each tagged user 40- Broadcast the event to all READ relays of each tagged user
41 41
42## Motivation 42## Motivation
43 43