Compare commits

...

1 Commits

Author SHA1 Message Date
fiatjaf
75bc746fd7 replaceability using other tags. 2024-09-21 15:01:11 -03:00

15
85.md Normal file
View File

@@ -0,0 +1,15 @@
NIP-85
======
Specific Tag Replaceableability
-------------------------------
`draft` `optional`
This NIP establishes semantics similar to addressable events in the range `30000-39999`, but using different tags as the deduplication mechanism.
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.
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.
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.