From bccd745af8d321998bff502d6de40423a2f22a24 Mon Sep 17 00:00:00 2001 From: arthurfranca Date: Mon, 13 May 2024 15:08:07 -0300 Subject: [PATCH] Add convention on relay selection --- 22.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/22.md b/22.md index dcd49ea8..7404ab5d 100644 --- a/22.md +++ b/22.md @@ -44,6 +44,12 @@ Also, there is always an `r` tag pointing to the subject being directly commente same structure of the `o` tag. This tag is useful to lazily load a thread. +#### Thread Relays + +If the original post being commented on is a nostr event and +the client supports the [NIP-65](65.md) relay usage spec, +`kind:1111` events should be sent atleast to the original post author's `read` relays. + ### Event Examples ```js