Make nip 05 parsing more permissive

This commit is contained in:
Jon Staab
2025-11-06 10:57:28 -08:00
parent 5345cc1405
commit 6b7e1a5e90
2 changed files with 4 additions and 7 deletions
+1
View File
@@ -5,6 +5,7 @@ export enum ManagementMethod {
SupportedMethods = "supportedmethods",
BanPubkey = "banpubkey",
AllowPubkey = "allowpubkey",
DisallowPubkey = "disallowpubkey",
ListBannedPubkeys = "listbannedpubkeys",
ListAllowedPubkeys = "listallowedpubkeys",
ListEventsNeedingModeration = "listeventsneedingmoderation",