this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix nil pointer exception on creating account, when relay is self-hosted (#705)

close #704

authored by

bnewbold and committed by
GitHub
a24c6825 7d123593

+3 -3
+3 -3
cmd/bigsky/main.go
··· 348 348 349 349 rlskip := cctx.String("bsky-social-rate-limit-skip") 350 350 ix.ApplyPDSClientSettings = func(c *xrpc.Client) { 351 + if c.Client == nil { 352 + c.Client = util.RobustHTTPClient() 353 + } 351 354 if strings.HasSuffix(c.Host, ".bsky.network") { 352 - if c.Client == nil { 353 - c.Client = util.RobustHTTPClient() 354 - } 355 355 c.Client.Timeout = time.Minute * 30 356 356 if rlskip != "" { 357 357 c.Headers = map[string]string{