Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Merge pull request #522 from bluesky-social/ollie/staging-link

Update client staging URL

authored by

Ollie Hsieh and committed by
GitHub
9d8600c2 df8059bf

+1 -1
+1 -1
src/state/index.ts
··· 7 7 8 8 export const LOCAL_DEV_SERVICE = 9 9 Platform.OS === 'android' ? 'http://10.0.2.2:2583' : 'http://localhost:2583' 10 - export const STAGING_SERVICE = 'https://pds.staging.bsky.dev' 10 + export const STAGING_SERVICE = 'https://staging.bsky.dev' 11 11 export const PROD_SERVICE = 'https://bsky.social' 12 12 export const DEFAULT_SERVICE = PROD_SERVICE 13 13 const ROOT_STATE_STORAGE_KEY = 'root'