feat(NIP-20): advertise support for NIP-20 in relay info/readme

This commit is contained in:
Greg Heartsfield
2022-11-12 09:22:43 -06:00
parent 83f6b11de7
commit 110500bb46
2 changed files with 2 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ impl From<config::Info> for RelayInfo {
description: i.description,
pubkey: i.pubkey,
contact: i.contact,
supported_nips: Some(vec![1, 2, 9, 11, 12, 15, 16, 22, 26]),
supported_nips: Some(vec![1, 2, 9, 11, 12, 15, 16, 20, 22, 26]),
software: Some("https://git.sr.ht/~gheartsfield/nostr-rs-relay".to_owned()),
version: CARGO_PKG_VERSION.map(|x| x.to_owned()),
}