diff options
| author | Jon Staab <jstaab@protonmail.com> | 2023-05-12 05:10:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-12 05:10:45 -0700 |
| commit | e5302f84c74cf42d878a3ed18257a16bc0d3b748 (patch) | |
| tree | b1a3ad9c0317bf7c38f34c500559b66ff7c0a22d /02.md | |
| parent | 1c728516dfdc7508ce27eda222bde78466e3457d (diff) | |
| parent | 4208652dc7a39c63c39559b13c656ec30400fcba (diff) | |
Merge branch 'master' into patch-1
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 | ||