upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--18.md6
-rw-r--r--README.md1
2 files changed, 5 insertions, 2 deletions
diff --git a/18.md b/18.md
index 365de9c..ef77fa6 100644
--- a/18.md
+++ b/18.md
@@ -4,16 +4,18 @@ NIP-18
4Reposts 4Reposts
5------- 5-------
6 6
7`draft` `optional` `author:jb55` 7`draft` `optional` `author:fiatjaf` `author:arthurfranca`
8 8
9A repost is a `kind 6` note that is used to signal to followers 9A repost is a `kind 6` note that is used to signal to followers
10that another event is worth reading. 10that another event is worth reading.
11 11
12The `content` of a repost event is empty. 12The `content` of a repost event is empty. Optionally, it MAY contain
13a comment in the same format of a kind 1 note content.
13 14
14The repost event MUST include an `e` tag with the `id` of the note that is 15The repost event MUST include an `e` tag with the `id` of the note that is
15being reposted. That tag SHOULD include a relay URL as its third entry 16being reposted. That tag SHOULD include a relay URL as its third entry
16to indicate where it can be fetched. 17to indicate where it can be fetched.
18When reposting a long-form content use an `a` tag instead.
17 19
18The repost SHOULD include a `p` tag with the `pubkey` of the event being 20The repost SHOULD include a `p` tag with the `pubkey` of the event being
19reposted. 21reposted.
diff --git a/README.md b/README.md
index 947ca70..ba78113 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
52| 3 | Contacts | [2](02.md) | 52| 3 | Contacts | [2](02.md) |
53| 4 | Encrypted Direct Messages | [4](04.md) | 53| 4 | Encrypted Direct Messages | [4](04.md) |
54| 5 | Event Deletion | [9](09.md) | 54| 5 | Event Deletion | [9](09.md) |
55| 6 | Reposts | [18](18.md) |
55| 7 | Reaction | [25](25.md) | 56| 7 | Reaction | [25](25.md) |
56| 8 | Badge Award | [58](58.md) | 57| 8 | Badge Award | [58](58.md) |
57| 40 | Channel Creation | [28](28.md) | 58| 40 | Channel Creation | [28](28.md) |