fix: 添加缺失的支持NIP
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ pub static SERVER_INFO: Lazy<ServerInfo> = Lazy::new(|| ServerInfo {
|
||||
name: "A rust nostr relay by laoXong",
|
||||
pubkey: "63abd4f817e39cca4e6abb6e6cf3e133bb718cf8ec28b38c1645e84d7a6190c6",
|
||||
software: "https://git.moe.gift/laoxong/nostr-relay",
|
||||
supported_nips: vec![1, 2, 5, 42, 65],
|
||||
supported_nips: vec![1, 2, 5, 9, 11, 42, 50, 65],
|
||||
version: env!("CARGO_PKG_VERSION"), // 从 Cargo.toml 获取版本
|
||||
auth_required: env::var("AUTH_REQUIRED")
|
||||
.unwrap_or_else(|_| "false".to_string())
|
||||
|
||||
Reference in New Issue
Block a user