From 1623bacd0d892ca8765161bd7f3c4d1d81d5032a Mon Sep 17 00:00:00 2001 From: Greg Heartsfield Date: Wed, 1 Feb 2023 18:09:27 -0600 Subject: [PATCH] improvement(NIP-33): advertise support for parameterized replaceable events --- src/info.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info.rs b/src/info.rs index 29bc7fb..1c89a8e 100644 --- a/src/info.rs +++ b/src/info.rs @@ -35,7 +35,7 @@ impl From for RelayInfo { description: i.description, pubkey: i.pubkey, contact: i.contact, - supported_nips: Some(vec![1, 2, 9, 11, 12, 15, 16, 20, 22]), + supported_nips: Some(vec![1, 2, 9, 11, 12, 15, 16, 20, 22, 33]), software: Some("https://git.sr.ht/~gheartsfield/nostr-rs-relay".to_owned()), version: CARGO_PKG_VERSION.map(std::borrow::ToOwned::to_owned), }