perf(NIP-26): temporarily disable NIP-26 delegated events

This commit is contained in:
Greg Heartsfield
2023-01-04 16:51:22 -06:00
parent 39a945b493
commit e9d2a2cbd0
2 changed files with 3 additions and 28 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, 20, 22, 26]),
supported_nips: Some(vec![1, 2, 9, 11, 12, 15, 16, 20, 22]),
software: Some("https://git.sr.ht/~gheartsfield/nostr-rs-relay".to_owned()),
version: CARGO_PKG_VERSION.map(|x| x.to_owned()),
}