diff --git a/sdk/outbox.go b/sdk/outbox.go index b59ee19..90e9b7c 100644 --- a/sdk/outbox.go +++ b/sdk/outbox.go @@ -71,9 +71,6 @@ func (sys *System) FetchInboxRelays(ctx context.Context, pubkey string, n int) [ // from where to read notes authored by other users. func (sys *System) FetchWriteRelays(ctx context.Context, pubkey string, n int) []string { rl := sys.FetchRelayList(ctx, pubkey) - if len(rl.Items) == 0 || len(rl.Items) > 7 { - return []string{"wss://relay.damus.io", "wss://nos.lol"} - } relays := make([]string, 0, n) for _, r := range rl.Items {