From 132100fd161a3e41547973d50e787177cbc28d6c Mon Sep 17 00:00:00 2001 From: Vasilios Daskalopoulos Date: Sun, 15 Jan 2023 15:38:10 -0500 Subject: fix minor typo --- 02.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '02.md') diff --git a/02.md b/02.md index 624d33f..ba1ae60 100644 --- a/02.md +++ b/02.md @@ -38,7 +38,7 @@ A client may rely on the kind-3 event to display a list of followed people by pr ### Relay sharing -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. +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. ### Petname scheme -- cgit v1.2.3 From c233b3ffd0209a68a31a305fa1e8a7305137ece2 Mon Sep 17 00:00:00 2001 From: rain8128 <126866571+rain8128@users.noreply.github.com> Date: Tue, 7 Mar 2023 03:14:45 +0900 Subject: Update 02.md --- 02.md | 1 + 1 file changed, 1 insertion(+) (limited to '02.md') diff --git a/02.md b/02.md index ba1ae60..2f19908 100644 --- a/02.md +++ b/02.md @@ -22,6 +22,7 @@ For example: ], "content": "", ...other fields +} ``` 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. -- cgit v1.2.3