[SDK] Validate and brand the persisted account did (#11387)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Samuel Newman
2026-08-13 22:26:22 +03:00
committed by GitHub
parent 9fe0084874
commit 3677c98873
46 changed files with 154 additions and 205 deletions
+2 -4
View File
@@ -76,15 +76,13 @@ export const LOG_DEBUG: string = process.env.EXPO_PUBLIC_LOG_DEBUG || ''
* The DID of the Bluesky appview to proxy to
*/
export const BLUESKY_PROXY_DID: DidString =
(process.env.EXPO_PUBLIC_BLUESKY_PROXY_DID as DidString) ||
'did:web:api.bsky.app'
process.env.EXPO_PUBLIC_BLUESKY_PROXY_DID || 'did:web:api.bsky.app'
/**
* The DID of the chat service to proxy to
*/
export const CHAT_PROXY_DID: DidString =
(process.env.EXPO_PUBLIC_CHAT_PROXY_DID as DidString) ||
'did:web:api.bsky.chat'
process.env.EXPO_PUBLIC_CHAT_PROXY_DID || 'did:web:api.bsky.chat'
/**
* Metrics API host