diff options
author | Eric Bailey <git@esb.lol> | 2024-05-16 19:51:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 19:51:20 -0500 |
commit | 1ff15b47f406cea53a91af67996c332a53d8f623 (patch) | |
tree | 64f0ddb8cdedbe4310344e72e2cb97320cc13b26 /src | |
parent | 808511617d0338d80146823ca08b43b0c1eac9b8 (diff) | |
download | voidsky-1ff15b47f406cea53a91af67996c332a53d8f623.tar.zst |
100% Real Dealâ„¢ (#4070)
Diffstat (limited to 'src')
-rw-r--r-- | src/state/queries/messages/const.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/queries/messages/const.ts b/src/state/queries/messages/const.ts index 98916b737..7642c5d7b 100644 --- a/src/state/queries/messages/const.ts +++ b/src/state/queries/messages/const.ts @@ -1,3 +1,3 @@ export const DM_SERVICE_HEADERS = { - 'atproto-proxy': 'did:web:dms.divy.zone#bsky_chat', + 'atproto-proxy': 'did:web:api.bsky.chat#bsky_chat', } |