diff options
Diffstat (limited to '65.md')
| -rw-r--r-- | 65.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 | |||
| 37 | When broadcasting an event, Clients SHOULD: | 37 | When 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 | ||