diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2024-09-21 15:01:11 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2024-09-21 15:01:11 -0300 |
| commit | 75bc746fd7743900f19006b97427bbde61dee5a3 (patch) | |
| tree | c406417b532bcb23e8637b8d0d3e9c2da60da3b5 /85.md | |
| parent | d82f68aa2ea37324b7d185954cc530a17db45e93 (diff) | |
replaceability using other tags.other-replaceables
Diffstat (limited to '85.md')
| -rw-r--r-- | 85.md | 15 |
1 files changed, 15 insertions, 0 deletions
| @@ -0,0 +1,15 @@ | |||
| 1 | NIP-85 | ||
| 2 | ====== | ||
| 3 | |||
| 4 | Specific Tag Replaceableability | ||
| 5 | ------------------------------- | ||
| 6 | |||
| 7 | `draft` `optional` | ||
| 8 | |||
| 9 | This NIP establishes semantics similar to addressable events in the range `30000-39999`, but using different tags as the deduplication mechanism. | ||
| 10 | |||
| 11 | Events in the range `40000-43999` are deemed to be replaceable by another event that contains the same `author`, the same `kind` and a duplicated `e` tag. | ||
| 12 | |||
| 13 | Events in the range `44000-47999` are deemed to be replaceable by another event that contains the same `author`, the same `kind` and a duplicated `p` tag. | ||
| 14 | |||
| 15 | Events in the range `48000-49999` are deemed to be replaceable by another event that contains the same `author`, the same `kind` and a duplicated `a` tag. | ||