diff options
author | dan <dan.abramov@gmail.com> | 2024-12-16 22:26:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-16 22:26:40 +0000 |
commit | de97c07c63ba4a32a5b5635075a3f9fea7831ff1 (patch) | |
tree | 376b8399c169ce2d96be5f841c753e68d7b34d37 /src/lib | |
parent | c339dc5b05282ba917bed9d02c914453cf38d437 (diff) | |
download | voidsky-de97c07c63ba4a32a5b5635075a3f9fea7831ff1.tar.zst |
Adjust gates (#7132)
* Remove dead gate * Adjust gates * No need to disable exposures
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/constants.ts | 10 | ||||
-rw-r--r-- | src/lib/statsig/gates.ts | 4 |
2 files changed, 1 insertions, 13 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 5d7b5eb45..279c6f913 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -23,16 +23,6 @@ export const STARTER_PACK_MAX_SIZE = 150 // -prf export const JOINED_THIS_WEEK = 2880000 // estimate as of 11/26/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 - 'did:plc:3jpt2mvvsumj2r7eqk4gzzjz': true, // esb.lol - 'did:plc:vjug55kidv6sye7ykr5faxxn': true, // emilyliu.me -} - const BASE_FEEDBACK_FORM_URL = `${HELP_DESK_URL}/requests/new` export function FEEDBACK_FORM_URL({ email, diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts index 3767ec1e5..6876f18c5 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -1,5 +1,3 @@ export type Gate = // Keep this alphabetic please. - | 'debug_show_feedcontext' // DISABLED DUE TO EME - | 'post_feed_lang_window' // DISABLED DUE TO EME - | 'remove_show_latest_button' + 'debug_show_feedcontext' | 'debug_subscriptions' | 'remove_show_latest_button' |