From dea7c157c1ea64c4b3e1ef2fe8c02784ae9771de Mon Sep 17 00:00:00 2001 From: arthurfranca Date: Thu, 19 Sep 2024 14:57:28 -0300 Subject: [PATCH] Add count suggestions --- 22.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/22.md b/22.md index 09324c8..90841b6 100644 --- a/22.md +++ b/22.md @@ -54,3 +54,23 @@ on the associated context or culture. If a client wants to offer neutral reactions, it should send both a `kind:31143` event and a `kind:31144` one with the same `d` tag. + +## Which Relays to Use + +When reacting to an event, send the reaction to both the reaction author's [NIP-65](65.md) `write` +relays and to to the event being reacted to author's `read` relays. + +### Counting + +Pick one of the `read` relays of the author of the event being reacted to. +Use that relay with [NIP-45](45.md) to count. + +### External Entities + +For reacting to non-nostr entities, send the reaction event +to the reaction author's [NIP-65](65.md) `write` +relays and also to some popular relays. These picked popular +relays should preferably be public and have anti-spam measures +such as IP rate-limiting. + +Use one of those popular relays with [NIP-45](45.md) to count.