diff options
| -rw-r--r-- | 34.md | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -35,6 +35,10 @@ Except `d`, all tags are optional. | |||
| 35 | 35 | ||
| 36 | Patches can be sent by anyone to any repository. Patches to a specific repository SHOULD be sent to the relays specified in that repository's announcement event's `"relays"` tag. Patch events SHOULD include an `a` tag pointing to that repository's announcement address. | 36 | Patches can be sent by anyone to any repository. Patches to a specific repository SHOULD be sent to the relays specified in that repository's announcement event's `"relays"` tag. Patch events SHOULD include an `a` tag pointing to that repository's announcement address. |
| 37 | 37 | ||
| 38 | Patches in a patch set SHOULD include a NIP-10 `e` `reply` tag pointing to the previous patch. | ||
| 39 | |||
| 40 | The first patch revision in a patch revision SHOULD include a NIP-10 `e` `reply` to the original root patch. | ||
| 41 | |||
| 38 | ```jsonc | 42 | ```jsonc |
| 39 | { | 43 | { |
| 40 | "kind": 1617, | 44 | "kind": 1617, |