diff options
author | dan <dan.abramov@gmail.com> | 2024-12-13 21:16:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-13 21:16:25 +0000 |
commit | adbc27059a6e7f59ad86f3df52038a163ee21981 (patch) | |
tree | 493bb378b7ad3694b90f7cb4c5637e083b3039c2 /src | |
parent | ce69e052b702d6098e2785f583c034872fd5c636 (diff) | |
download | voidsky-adbc27059a6e7f59ad86f3df52038a163ee21981.tar.zst |
Add Emily to discover debug (#7101)
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts index ebf4b1ee1..5d7b5eb45 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -30,6 +30,7 @@ export const DISCOVER_DEBUG_DIDS: Record<string, true> = { 'did:plc:ragtjsm2j2vknwkz3zp4oxrd': true, // pfrazee.com 'did:plc:vpkhqolt662uhesyj6nxm7ys': true, // why.bsky.team 'did:plc:3jpt2mvvsumj2r7eqk4gzzjz': true, // esb.lol + 'did:plc:vjug55kidv6sye7ykr5faxxn': true, // emilyliu.me } const BASE_FEEDBACK_FORM_URL = `${HELP_DESK_URL}/requests/new` |