From 603aa636d023878500268ffda6e3b4180c246b05 Mon Sep 17 00:00:00 2001 From: digi-monkey Date: Fri, 2 Jun 2023 03:16:34 +0800 Subject: [PATCH] Update 18.md for reposting parameterized replaceable events --- 18.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/18.md b/18.md index 422ad9cadb..8233b245ed 100644 --- a/18.md +++ b/18.md @@ -19,6 +19,10 @@ to indicate where it can be fetched. The repost SHOULD include a `p` tag with the `pubkey` of the event being reposted. +## Reposting Parameterized Replaceable Events + +When reposting events of kind `30000 <= n < 40000`, a parameterised replaceable event as defined by [NIP-33](https://github.com/nostr-protocol/nips/blob/master/33.md), the repost SHOULD also include an `a` tag with fields `::` and `relay-url`. This allows the most recent version of the parameterised event to be retrieved even if the original event is no longer available. + ## Quote Reposts Quote reposts are `kind 1` events with an embedded `e` tag (see [NIP-08](08.md) and [NIP-27](27.md)).