Update 97.md

This commit is contained in:
k. 2025-02-08 16:01:13 +00:00 committed by GitHub
parent 2934d218ed
commit be4192178e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
97.md
View File

@ -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"]
],