mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-02-22 21:29:00 +00:00
Update 97.md
This commit is contained in:
parent
2934d218ed
commit
be4192178e
4
97.md
4
97.md
@ -16,7 +16,7 @@ Example of white-listed event:
|
|||||||
"kind": 1,
|
"kind": 1,
|
||||||
"tags": [
|
"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!",
|
"content": "You can't see it before i grant you this permission!",
|
||||||
// other fields...
|
// 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,
|
"kind": 819,
|
||||||
"tags": [
|
"tags": [
|
||||||
["relay", "wss://private-notes.example.com"],
|
|
||||||
["relay", "wss://bob-friends.example.com"],
|
|
||||||
["expiration", "1738988143"],
|
["expiration", "1738988143"],
|
||||||
["p", "abc...def"]
|
["p", "abc...def"]
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user