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), }