From f0fa515df8464b081df6c5a3b1d77badd9406e3d Mon Sep 17 00:00:00 2001 From: arthurfranca Date: Tue, 18 Jul 2023 18:18:53 -0300 Subject: [PATCH] Change relay field to array --- 17.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/17.md b/17.md index 0158cc55..070a6312 100644 --- a/17.md +++ b/17.md @@ -35,7 +35,7 @@ New fields may be added to this NIP later. } "followers": 500, // sent with kind 0 "language": "en", // ISO 639-1 code of detected event.content language - "relay": "wss://relay.url", // event found originally on this relay + "relays": ["wss://relay.url"], // event found originally on these relays "replies": 10, // direct descendant kind 1 reply count "reposts": 20, // NIP-18 repost count "views": 900, // request count from different IPs, device ids or pubkeys