about summary refs log tree commit diff
path: root/src/lib
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-06-22 02:11:39 +0300
committerGitHub <noreply@github.com>2024-06-22 02:11:39 +0300
commit7db8dd8980c71e189315d89289196820db8b7875 (patch)
tree4728018a04bce1aa416263eff0f9c4a9d2483022 /src/lib
parent707ea5bf062755d4fd3a9476a4457cdc9d4991b7 (diff)
downloadvoidsky-7db8dd8980c71e189315d89289196820db8b7875.tar.zst
Add debug feedContext label (#4598)
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/statsig/gates.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts
index 6e460dc60..46ef934ef 100644
--- a/src/lib/statsig/gates.ts
+++ b/src/lib/statsig/gates.ts
@@ -1,5 +1,6 @@
 export type Gate =
   // Keep this alphabetic please.
+  | 'debug_show_feedcontext'
   | 'native_pwi_disabled'
   | 'request_notifications_permission_after_onboarding_v2'
   | 'show_avi_follow_button'