diff options
author | Hailey <me@haileyok.com> | 2024-09-10 08:16:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-10 08:16:41 -0700 |
commit | b37b64fb49bd77597ac9b4aa239edc3f05bfd0e0 (patch) | |
tree | 014f2cbe829d362bc6b73a67f45625a49ef81ceb /src/lib | |
parent | 08f5f37b34cd7905f4c656800caa3545021acdef (diff) | |
download | voidsky-b37b64fb49bd77597ac9b4aa239edc3f05bfd0e0.tar.zst |
Verify Identical Domains Emit Origin (#5255)
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/statsig/gates.ts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts index 1a234e003..df9daab44 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -1,6 +1,3 @@ export type Gate = // Keep this alphabetic please. - | 'debug_show_feedcontext' - | 'suggested_feeds_interstitial' - | 'video_upload' // upload videos - | 'video_view_on_posts' // see posted videos + 'debug_show_feedcontext' | 'suggested_feeds_interstitial' | 'video_upload' // upload videos |