diff --git a/relay.go b/relay.go index 2ba192e..d6e965a 100644 --- a/relay.go +++ b/relay.go @@ -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{