upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2023-01-02 16:15:42 -0300
committerGitHub <noreply@github.com>2023-01-02 16:15:42 -0300
commit39aec23a1d79067e6449d4af16f89aae37d62ca6 (patch)
treed5d8c042c6d1ee645e31f7f8dc72e6b762fca686
parent3dd52e5cb4ec3a16011afed1ecef6cd07026ddcd (diff)
NIP18: Reposts (#140)
Co-authored-by: Leo Wandersleb <leo@leowandersleb.de>
-rw-r--r--18.md19
-rw-r--r--README.md2
2 files changed, 21 insertions, 0 deletions
diff --git a/18.md b/18.md
new file mode 100644
index 0000000..365de9c
--- /dev/null
+++ b/18.md
@@ -0,0 +1,19 @@
1NIP-18
2======
3
4Reposts
5-------
6
7`draft` `optional` `author:jb55`
8
9A repost is a `kind 6` note that is used to signal to followers
10that another event is worth reading.
11
12The `content` of a repost event is empty.
13
14The 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
16to indicate where it can be fetched.
17
18The repost SHOULD include a `p` tag with the `pubkey` of the event being
19reposted.
diff --git a/README.md b/README.md
index 7dae15b..cce4166 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
18- [NIP-14: Subject tag in text events.](14.md) 18- [NIP-14: Subject tag in text events.](14.md)
19- [NIP-15: End of Stored Events Notice](15.md) 19- [NIP-15: End of Stored Events Notice](15.md)
20- [NIP-16: Event Treatment](16.md) 20- [NIP-16: Event Treatment](16.md)
21- [NIP-18: Reposts](18.md)
21- [NIP-19: bech32-encoded entities](19.md) 22- [NIP-19: bech32-encoded entities](19.md)
22- [NIP-20: Command Results](20.md) 23- [NIP-20: Command Results](20.md)
23- [NIP-22: Event created_at Limits](22.md) 24- [NIP-22: Event created_at Limits](22.md)
@@ -38,6 +39,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
38| 3 | Contacts | [2](02.md) | 39| 3 | Contacts | [2](02.md) |
39| 4 | Encrypted Direct Messages | [4](04.md) | 40| 4 | Encrypted Direct Messages | [4](04.md) |
40| 5 | Event Deletion | [9](09.md) | 41| 5 | Event Deletion | [9](09.md) |
42| 6 | Repost | [18](18.md) |
41| 7 | Reaction | [25](25.md) | 43| 7 | Reaction | [25](25.md) |
42| 40 | Channel Creation | [28](28.md) | 44| 40 | Channel Creation | [28](28.md) |
43| 41 | Channel Metadata | [28](28.md) | 45| 41 | Channel Metadata | [28](28.md) |