mirror of
https://github.com/aljazceru/njump.git
synced 2026-02-05 14:14:27 +01:00
relayConfig.ExcludedRelays was not useful.
This commit is contained in:
10
nostr.go
10
nostr.go
@@ -15,10 +15,9 @@ import (
|
||||
)
|
||||
|
||||
type RelayConfig struct {
|
||||
Everything []string `json:"everything"`
|
||||
Profiles []string `json:"profiles"`
|
||||
JustIds []string `json:"justIds"`
|
||||
ExcludedRelays []string `json:"excludeRelays"`
|
||||
Everything []string `json:"everything"`
|
||||
Profiles []string `json:"profiles"`
|
||||
JustIds []string `json:"justIds"`
|
||||
}
|
||||
|
||||
var (
|
||||
@@ -35,9 +34,6 @@ var (
|
||||
"wss://cache2.primal.net/v1",
|
||||
"wss://relay.noswhere.com",
|
||||
},
|
||||
ExcludedRelays: []string{
|
||||
"wss://filter.nostr.wine", // paid
|
||||
},
|
||||
}
|
||||
|
||||
defaultTrustedPubKeys = []string{
|
||||
|
||||
Reference in New Issue
Block a user