diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-03-13 16:59:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-13 16:59:21 +0200 |
commit | c402ae741f5a222cbc309f58c67fb3abe1556f8c (patch) | |
tree | ce0a560098db052d1e133cc5ec0e88fd9d36d6f8 /src/lib/constants.ts | |
parent | b2a6281b369ecd35b4bed73609af6f4153b3a768 (diff) | |
download | voidsky-c402ae741f5a222cbc309f58c67fb3abe1556f8c.tar.zst |
Restore hardcoded DIDs for Discover debug (#7977)
Diffstat (limited to 'src/lib/constants.ts')
-rw-r--r-- | src/lib/constants.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts index d2f585256..a105de050 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -23,6 +23,16 @@ export const STARTER_PACK_MAX_SIZE = 150 // -prf export const JOINED_THIS_WEEK = 560000 // estimate as of 12/18/24 +export const DISCOVER_DEBUG_DIDS: Record<string, true> = { + 'did:plc:oisofpd7lj26yvgiivf3lxsi': true, // hailey.at + 'did:plc:p2cp5gopk7mgjegy6wadk3ep': true, // samuel.bsky.team + '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 + 'did:plc:tgqseeot47ymot4zro244fj3': true, // iwsmith.bsky.social +} + const BASE_FEEDBACK_FORM_URL = `${HELP_DESK_URL}/requests/new` export function FEEDBACK_FORM_URL({ email, |