about summary refs log tree commit diff
path: root/src/lib/constants.ts
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-04-25 10:35:21 -0500
committerGitHub <noreply@github.com>2024-04-25 10:35:21 -0500
commit6aded4f257fc85c50d57dc6334fa2a896e207aa5 (patch)
tree801994fe889bbd25a1a80dbb08dbf57e9f07d255 /src/lib/constants.ts
parent5b82b1500720cc959d90471432b84c09d2f86388 (diff)
downloadvoidsky-6aded4f257fc85c50d57dc6334fa2a896e207aa5.tar.zst
[Session] Base (#3541)
* Add readLastActiveAccount to use accounts[] as source of truth

* Add public service constant, use
Diffstat (limited to 'src/lib/constants.ts')
-rw-r--r--src/lib/constants.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts
index bbfdbe27f..3f8cf9472 100644
--- a/src/lib/constants.ts
+++ b/src/lib/constants.ts
@@ -4,6 +4,7 @@ export const LOCAL_DEV_SERVICE =
   Platform.OS === 'android' ? 'http://10.0.2.2:2583' : 'http://localhost:2583'
 export const STAGING_SERVICE = 'https://staging.bsky.dev'
 export const BSKY_SERVICE = 'https://bsky.social'
+export const PUBLIC_BSKY_SERVICE = 'https://public.api.bsky.app'
 export const DEFAULT_SERVICE = BSKY_SERVICE
 const HELP_DESK_LANG = 'en-us'
 export const HELP_DESK_URL = `https://blueskyweb.zendesk.com/hc/${HELP_DESK_LANG}`