diff options
| -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 | ||