1 2 3 4 5
import {CHAT_PROXY_DID} from '#/env' export const DM_SERVICE_HEADERS = { 'atproto-proxy': `${CHAT_PROXY_DID}#bsky_chat`, }