remove NIP-18, it is not really a standard.

closes https://github.com/nostr-protocol/nips/issues/173
This commit is contained in:
fiatjaf 2023-01-16 15:58:49 -03:00
parent be0a426745
commit 7349643069
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1
2 changed files with 0 additions and 20 deletions

19
18.md
View File

@ -1,19 +0,0 @@
NIP-18
======
Reposts
-------
`draft` `optional` `author:jb55`
A repost is a `kind 6` note that is used to signal to followers
that another event is worth reading.
The `content` of a repost event is empty.
The repost event MUST include an `e` tag with the `id` of the note that is
being reposted. That tag SHOULD include a relay URL as its third entry
to indicate where it can be fetched.
The repost SHOULD include a `p` tag with the `pubkey` of the event being
reposted.

View File

@ -18,7 +18,6 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
- [NIP-14: Subject tag in text events.](14.md)
- [NIP-15: End of Stored Events Notice](15.md)
- [NIP-16: Event Treatment](16.md)
- [NIP-18: Reposts](18.md)
- [NIP-19: bech32-encoded entities](19.md)
- [NIP-20: Command Results](20.md)
- [NIP-22: Event created_at Limits](22.md)