From 15cf65c0af84539912bb964450fbf1656b80f370 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 10 Apr 2023 15:47:09 +0300 Subject: [PATCH] Update 705.md --- 705.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/705.md b/705.md index 76963767..41bfc796 100644 --- a/705.md +++ b/705.md @@ -36,7 +36,7 @@ Define a new [NIP-16](https://github.com/nostr-protocol/nips/blob/master/16.md) } ``` -Whenever the chosen `re-publisher` sees a note like that, they automatically decrypt it using [NIP-04](https://github.com/nostr-protocol/nips/blob/master/04.md) method and publish it to the chosen relays. +Whenever the chosen `re-publisher` sees a note like that, they automatically decrypt it using the [NIP-04](https://github.com/nostr-protocol/nips/blob/master/04.md) method and publish it to the chosen relays. - the chosen relays could (and probably should) be different from the relay used to broadcast the republish event. - there could be many republish events with the same underlying encrypted event. - there could be multiple nested levels of republish events.