diff options
| author | codytseng <codytseng@outlook.com> | 2023-04-13 20:31:35 +0800 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-04-13 11:50:55 -0300 |
| commit | ab93992948d1f3b8c05ef268ddc85d9f667424fa (patch) | |
| tree | b2e14f886a1a02c653ba1820d0fbb5668e53b9c0 /26.md | |
| parent | bf0a0da6a48b96467172414d8e41dc72b0ca379c (diff) | |
NIP-26 allow the delegator to delete the events published by the delegatee
Diffstat (limited to '26.md')
| -rw-r--r-- | 26.md | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -101,6 +101,8 @@ The event should be considered a valid delegation if the conditions are satisfie | |||
| 101 | Clients should display the delegated note as if it was published directly by the delegator (8e0d3d3e). | 101 | Clients 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 | ||
| 106 | Relays should answer requests such as `["REQ", "", {"authors": ["A"]}]` by querying both the `pubkey` and delegation tags `[1]` value. \ No newline at end of file | 106 | Relays should answer requests such as `["REQ", "", {"authors": ["A"]}]` by querying both the `pubkey` and delegation tags `[1]` value. |
| 107 | |||
| 108 | Relays SHOULD allow the delegator (8e0d3d3e) to delete the events published by the delegatee (477318cf). \ No newline at end of file | ||