upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/30.md
diff options
context:
space:
mode:
Diffstat (limited to '30.md')
-rw-r--r--30.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/30.md b/30.md
deleted file mode 100644
index 2c3c4ae..0000000
--- a/30.md
+++ /dev/null
@@ -1,21 +0,0 @@
1NIP-30
2======
3
4Event Copy
5----------
6
7`draft` `optional` `author:jb55` `author:arthurfranca`
8
9An event of `kind 9` is used to copy any event from another pubkey. A copy
10allows its creator to keep content around even when the original gets deleted.
11
12The `content` of a copy event MUST be the stringified JSON of the whole original event.
13
14The copy event SHOULD include a `k` tag with the `kind` of the note that is
15being copied. This enables subscribing to a subset of copies.
16
17The copy event SHOULD include an `e` tag with the `id` of the note that is
18being copied. This allows the original author to know a specific event has been copied.
19
20The copy event SHOULD include a `p` tag with the `pubkey` of the event being
21copied to notify original author.