about summary refs log tree commit diff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/constants.ts5
-rw-r--r--src/lib/statsig/gates.ts1
2 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts
index 945e61c99..aa7ff2928 100644
--- a/src/lib/constants.ts
+++ b/src/lib/constants.ts
@@ -139,6 +139,11 @@ export const TIMELINE_SAVED_FEED = {
   value: 'following',
   pinned: true,
 }
+export const VIDEO_SAVED_FEED = {
+  type: 'feed',
+  value: VIDEO_FEED_URI,
+  pinned: true,
+}
 
 export const RECOMMENDED_SAVED_FEEDS: Pick<
   AppBskyActorDefs.SavedFeed,
diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts
index d2caa47f2..c0508c2dd 100644
--- a/src/lib/statsig/gates.ts
+++ b/src/lib/statsig/gates.ts
@@ -3,6 +3,7 @@ export type Gate =
   | 'debug_show_feedcontext'
   | 'debug_subscriptions'
   | 'new_postonboarding'
+  | 'onboarding_add_video_feed'
   | 'remove_show_latest_button'
   | 'test_gate_1'
   | 'test_gate_2'