nip11: signal support for auth always.

This commit is contained in:
fiatjaf 2024-07-07 23:38:27 -03:00
parent ef4a14a831
commit 0004c041e0

View File

@ -20,7 +20,7 @@ func NewRelay() *Relay {
Info: &nip11.RelayInformationDocument{
Software: "https://github.com/fiatjaf/khatru",
Version: "n/a",
SupportedNIPs: []int{1, 11, 70},
SupportedNIPs: []int{1, 11, 42, 70},
},
upgrader: websocket.Upgrader{