diff options
Diffstat (limited to '02.md')
| -rw-r--r-- | 02.md | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -22,6 +22,7 @@ For example: | |||
| 22 | ], | 22 | ], |
| 23 | "content": "", | 23 | "content": "", |
| 24 | ...other fields | 24 | ...other fields |
| 25 | } | ||
| 25 | ``` | 26 | ``` |
| 26 | 27 | ||
| 27 | Every new contact list that gets published overwrites the past ones, so it should contain all entries. Relays and clients SHOULD delete past contact lists as soon as they receive a new one. | 28 | Every new contact list that gets published overwrites the past ones, so it should contain all entries. Relays and clients SHOULD delete past contact lists as soon as they receive a new one. |
| @@ -38,7 +39,7 @@ A client may rely on the kind-3 event to display a list of followed people by pr | |||
| 38 | 39 | ||
| 39 | ### Relay sharing | 40 | ### Relay sharing |
| 40 | 41 | ||
| 41 | A client may publish a full list of contacts with good relays for each of their contacts so other clients may use these to update their internal relay lists if needed, increasing censorship-resistant. | 42 | A client may publish a full list of contacts with good relays for each of their contacts so other clients may use these to update their internal relay lists if needed, increasing censorship-resistance. |
| 42 | 43 | ||
| 43 | ### Petname scheme | 44 | ### Petname scheme |
| 44 | 45 | ||