diff options
author | Hailey <me@haileyok.com> | 2024-11-01 12:09:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-01 19:09:13 +0000 |
commit | fb4210b36ce52f0594f15ec2a524e85a27af4639 (patch) | |
tree | a0d83a89327b5d8226de1007071a58ab1f709fad /src/lib | |
parent | 8d5b551ed64f7660a84efbe8aff6aad692ac5339 (diff) | |
download | voidsky-fb4210b36ce52f0594f15ec2a524e85a27af4639.tar.zst |
Add dids for discover debug (#6063)
* add dids * keep is_internal
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/constants.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 34847b704..cbdb7cb87 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -23,6 +23,14 @@ export const STARTER_PACK_MAX_SIZE = 150 // -prf export const JOINED_THIS_WEEK = 650000 // estimate as of 10/28/24 +export const DISCOVER_DEBUG_DIDS: Record<string, true> = { + 'did:plc:oisofpd7lj26yvgiivf3lxsi': true, // hailey.at + 'did:plc:fpruhuo22xkm5o7ttr2ktxdo': true, // danabra.mov + 'did:plc:p2cp5gopk7mgjegy6wadk3ep': true, // samuel.bsky.team + 'did:plc:ragtjsm2j2vknwkz3zp4oxrd': true, // pfrazee.com + 'did:plc:vpkhqolt662uhesyj6nxm7ys': true, // why.bsky.team +} + const BASE_FEEDBACK_FORM_URL = `${HELP_DESK_URL}/requests/new` export function FEEDBACK_FORM_URL({ email, |