about summary refs log tree commit diff
path: root/src/lib
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-09-07 17:07:30 +0200
committerGitHub <noreply@github.com>2024-09-07 17:07:30 +0200
commit7d7431d14e52d94cce51941013c8a5fe5665adb1 (patch)
treec943321bf17b78ad5840abb39627d9f563e21f43 /src/lib
parentc8be9b78c6abb1ca98a2e4c9342e314b19d2cb7c (diff)
downloadvoidsky-7d7431d14e52d94cce51941013c8a5fe5665adb1.tar.zst
Set fixed_bottom_bar to true (#5203)
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/statsig/gates.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts
index be40548ad..0c44b419e 100644
--- a/src/lib/statsig/gates.ts
+++ b/src/lib/statsig/gates.ts
@@ -1,7 +1,6 @@
 export type Gate =
   // Keep this alphabetic please.
   | 'debug_show_feedcontext'
-  | 'fixed_bottom_bar'
   | 'onboarding_minimum_interests'
   | 'suggested_feeds_interstitial'
   | 'show_follow_suggestions_in_profile'