upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjiftechnify <jiftech.stlfy@gmail.com>2023-10-25 12:27:18 +0900
committerfiatjaf_ <fiatjaf@gmail.com>2023-11-06 13:16:42 -0300
commit6b566e897cf0a75d9b6671e73bc614333b89d7ae (patch)
tree3bf4a18c152da0baaf5d1d1e8536380dc4b9c93f
parent749c9b0a2d49d09ccbd00f6bdb4843182e334ddf (diff)
make the usage of punctuations uniform
-rw-r--r--65.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/65.md b/65.md
index 573e1df..939b263 100644
--- a/65.md
+++ b/65.md
@@ -23,26 +23,27 @@ The `.content` is not used.
23 ], 23 ],
24 "content": "", 24 "content": "",
25 ...other fields 25 ...other fields
26}
26``` 27```
27 28
28This NIP doesn't fully replace relay lists that are designed to configure a client's usage of relays (such as `kind:3` style relay lists). Clients MAY use other relay lists in situations where a `kind:10002` relay list cannot be found. 29This NIP doesn't fully replace relay lists that are designed to configure a client's usage of relays (such as `kind:3` style relay lists). Clients MAY use other relay lists in situations where a `kind:10002` relay list cannot be found.
29 30
30## When to Use Read and Write Relays 31## When to Use Read and Write Relays
31 32
32When seeking events **from** a user, Clients SHOULD use the WRITE relays of the user's `kind:10002` 33When seeking events **from** a user, Clients SHOULD use the WRITE relays of the user's `kind:10002`.
33 34
34When seeking events **about** a user, where the user was tagged, Clients SHOULD use the READ relays of the user's `kind:10002` 35When seeking events **about** a user, where the user was tagged, Clients SHOULD use the READ relays of the user's `kind:10002`.
35 36
36When broadcasting an event, Clients SHOULD: 37When broadcasting an event, Clients SHOULD:
37 38
38- Broadcast the event to the WRITE relays of the author 39- Broadcast the event to the WRITE relays of the author
39- Broadcast the event all READ relays of each tagged user. 40- Broadcast the event all READ relays of each tagged user
40 41
41## Motivation 42## Motivation
42 43
43The old model of using a fixed relay list per user centralizes in large relay operators: 44The old model of using a fixed relay list per user centralizes in large relay operators:
44 45
45 - Most users submit their posts to the same highly popular relays, aiming to achieve greater visibility among a broader audience. 46 - Most users submit their posts to the same highly popular relays, aiming to achieve greater visibility among a broader audience
46 - Many users are pulling events from a large number of relays in order to get more data at the expense of duplication 47 - Many users are pulling events from a large number of relays in order to get more data at the expense of duplication
47 - Events are being copied between relays, oftentimes to many different relays 48 - Events are being copied between relays, oftentimes to many different relays
48 49