this repo has no description
0
fork

Configure Feed

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

Use RLbypass for all .bksy.network hosts

+1 -1
+1 -1
cmd/bigsky/main.go
··· 298 298 299 299 rlskip := os.Getenv("BSKY_SOCIAL_RATE_LIMIT_SKIP") 300 300 ix.ApplyPDSClientSettings = func(c *xrpc.Client) { 301 - if c.Host == "https://bsky.social" { 301 + if strings.HasSuffix(c.Host, ".bsky.network") { 302 302 if c.Client == nil { 303 303 c.Client = util.RobustHTTPClient() 304 304 }