mirror of
https://github.com/fiatjaf/khatru.git
synced 2026-04-26 23:08:05 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9999feec0 |
2
relay.go
2
relay.go
@@ -21,7 +21,7 @@ func NewRelay() *Relay {
|
|||||||
Info: &nip11.RelayInformationDocument{
|
Info: &nip11.RelayInformationDocument{
|
||||||
Software: "https://github.com/fiatjaf/khatru",
|
Software: "https://github.com/fiatjaf/khatru",
|
||||||
Version: "n/a",
|
Version: "n/a",
|
||||||
SupportedNIPs: []int{1, 11, 42, 70, 86},
|
SupportedNIPs: []any{1, 11, 42, 70, 86},
|
||||||
},
|
},
|
||||||
|
|
||||||
upgrader: websocket.Upgrader{
|
upgrader: websocket.Upgrader{
|
||||||
|
|||||||
Reference in New Issue
Block a user