diff --git a/97.md b/97.md index 5a9f67db..ba7522ec 100644 --- a/97.md +++ b/97.md @@ -16,7 +16,7 @@ Example of white-listed event: "kind": 1, "tags": [ ["!"], - ["relays", "wss://private-notes.example.com", "wss://secret-notes.example.com", /*...*/], + ["relay", "wss://private-notes.example.com"], ], "content": "You can't see it before i grant you this permission!", // other fields... @@ -33,8 +33,6 @@ A user can request to be added to a pubkey kind `10103` list using a kind `819` { "kind": 819, "tags": [ - ["relay", "wss://private-notes.example.com"], - ["relay", "wss://bob-friends.example.com"], ["expiration", "1738988143"], ["p", "abc...def"] ],