Use new env in chat proxy header

This commit is contained in:
Eric Bailey
2025-07-22 17:31:42 -05:00
parent fc47a186c1
commit 5f2272a7e4
+3 -1
View File
@@ -1,3 +1,5 @@
import {CHAT_PROXY_DID} from '#/env'
export const DM_SERVICE_HEADERS = {
'atproto-proxy': 'did:web:api.bsky.chat#bsky_chat',
'atproto-proxy': `${CHAT_PROXY_DID}#bsky_chat`,
}