Use new env in chat proxy header
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
import {CHAT_PROXY_DID} from '#/env'
|
||||||
|
|
||||||
export const DM_SERVICE_HEADERS = {
|
export const DM_SERVICE_HEADERS = {
|
||||||
'atproto-proxy': 'did:web:api.bsky.chat#bsky_chat',
|
'atproto-proxy': `${CHAT_PROXY_DID}#bsky_chat`,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user