From f24918f1e46e4541d913d6628fc9e85040c5ab33 Mon Sep 17 00:00:00 2001 From: Tony Klink Date: Thu, 25 Jan 2024 20:49:30 -0600 Subject: [PATCH] Update config Now supports NIP-45 --- src/utils/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/config.rs b/src/utils/config.rs index 3efac9e..287722b 100644 --- a/src/utils/config.rs +++ b/src/utils/config.rs @@ -45,7 +45,7 @@ impl Config { "contact": "klink@zhitno.st", "name": "zhitno.st", "description": "Very *special* nostr relay", - "supported_nips": [ 1, 9, 11, 12, 15, 16, 20, 22, 28, 33 ], + "supported_nips": [ 1, 9, 11, 12, 15, 16, 20, 22, 28, 33, 45 ], "software": "git+https://git.zhitno.st/Klink/sneedstr.git", "version": "0.1.0" })