diff options
| author | jiftechnify <jiftech.stlfy@gmail.com> | 2023-10-25 12:27:18 +0900 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-11-06 13:16:42 -0300 |
| commit | 6b566e897cf0a75d9b6671e73bc614333b89d7ae (patch) | |
| tree | 3bf4a18c152da0baaf5d1d1e8536380dc4b9c93f /65.md | |
| parent | 749c9b0a2d49d09ccbd00f6bdb4843182e334ddf (diff) | |
make the usage of punctuations uniform
Diffstat (limited to '65.md')
| -rw-r--r-- | 65.md | 9 |
1 files changed, 5 insertions, 4 deletions
| @@ -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 | ||
| 28 | This 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 | This 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 | ||
| 32 | When seeking events **from** a user, Clients SHOULD use the WRITE relays of the user's `kind:10002` | 33 | When seeking events **from** a user, Clients SHOULD use the WRITE relays of the user's `kind:10002`. |
| 33 | 34 | ||
| 34 | When seeking events **about** a user, where the user was tagged, Clients SHOULD use the READ relays of the user's `kind:10002` | 35 | When seeking events **about** a user, where the user was tagged, Clients SHOULD use the READ relays of the user's `kind:10002`. |
| 35 | 36 | ||
| 36 | When broadcasting an event, Clients SHOULD: | 37 | When 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 | ||
| 43 | The old model of using a fixed relay list per user centralizes in large relay operators: | 44 | The 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 | ||