this repo has no description
0
fork

Configure Feed

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

backfill: checkout from relay, not entryway (#769)

This is pretty drive-by, i'm basically going through our public code and
removing direct requests against the entryway
(`https://bsky.social/xrpc/...`). It might be more appropriate here to
resolve to the user's actual PDS, not sure.

authored by

bnewbold and committed by
GitHub
7e7ac233 00b60c68

+1 -1
+1 -1
backfill/backfill.go
··· 119 119 ParallelRecordCreates: 100, 120 120 NSIDFilter: "", 121 121 SyncRequestsPerSecond: 2, 122 - CheckoutPath: "https://bsky.social/xrpc/com.atproto.sync.getRepo", 122 + CheckoutPath: "https://bsky.network/xrpc/com.atproto.sync.getRepo", 123 123 } 124 124 } 125 125