upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/26.md
diff options
context:
space:
mode:
authorcodytseng <codytseng@outlook.com>2023-04-13 20:31:35 +0800
committerfiatjaf_ <fiatjaf@gmail.com>2023-04-13 11:50:55 -0300
commitab93992948d1f3b8c05ef268ddc85d9f667424fa (patch)
treeb2e14f886a1a02c653ba1820d0fbb5668e53b9c0 /26.md
parentbf0a0da6a48b96467172414d8e41dc72b0ca379c (diff)
NIP-26 allow the delegator to delete the events published by the delegatee
Diffstat (limited to '26.md')
-rw-r--r--26.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/26.md b/26.md
index 11468c0..b8fa902 100644
--- a/26.md
+++ b/26.md
@@ -101,6 +101,8 @@ The event should be considered a valid delegation if the conditions are satisfie
101Clients should display the delegated note as if it was published directly by the delegator (8e0d3d3e). 101Clients should display the delegated note as if it was published directly by the delegator (8e0d3d3e).
102 102
103 103
104#### Relay & Client Querying Support 104#### Relay & Client Support
105 105
106Relays should answer requests such as `["REQ", "", {"authors": ["A"]}]` by querying both the `pubkey` and delegation tags `[1]` value. \ No newline at end of file 106Relays should answer requests such as `["REQ", "", {"authors": ["A"]}]` by querying both the `pubkey` and delegation tags `[1]` value.
107
108Relays SHOULD allow the delegator (8e0d3d3e) to delete the events published by the delegatee (477318cf). \ No newline at end of file