From 1f8bbbfb50150644c0bb56229394aca95310f7a8 Mon Sep 17 00:00:00 2001
From: pablof7z <pfer@me.com>
Date: Fri, 10 Jan 2025 08:27:14 -0600
Subject: [PATCH 1/2] specify magic-wanded protected events should not be
 stringified in a repost

---
 18.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/18.md b/18.md
index 41c94424..7a8f810a 100644
--- a/18.md
+++ b/18.md
@@ -10,6 +10,7 @@ A repost is a `kind 6` event that is used to signal to followers
 that a `kind 1` text note is worth reading.
 
 The `content` of a repost event is _the stringified JSON of the reposted note_. It MAY also be empty, but that is not recommended.
+[NIP-70](70.md)-protected events SHOULD always have an empty `content`.
 
 The repost event MUST include an `e` tag with the `id` of the note that is
 being reposted. That tag MUST include a relay URL as its third entry
@@ -41,3 +42,4 @@ as a "generic repost", that can include any kind of event inside other than
 
 `kind 16` reposts SHOULD contain a `k` tag with the stringified kind number
 of the reposted event as its value.
+

From d96f6f852a080fd84251af6b6d6fb82313b199a8 Mon Sep 17 00:00:00 2001
From: Pablo Fernandez <pfer@me.com>
Date: Mon, 13 Jan 2025 14:35:10 +0000
Subject: [PATCH 2/2] Update 18.md

Co-authored-by: hodlbod <jstaab@protonmail.com>
---
 18.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/18.md b/18.md
index 7a8f810a..5d55f84c 100644
--- a/18.md
+++ b/18.md
@@ -10,7 +10,7 @@ A repost is a `kind 6` event that is used to signal to followers
 that a `kind 1` text note is worth reading.
 
 The `content` of a repost event is _the stringified JSON of the reposted note_. It MAY also be empty, but that is not recommended.
-[NIP-70](70.md)-protected events SHOULD always have an empty `content`.
+Reposts of [NIP-70](70.md)-protected events SHOULD always have an empty `content`.
 
 The repost event MUST include an `e` tag with the `id` of the note that is
 being reposted. That tag MUST include a relay URL as its third entry