diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-06-18 23:36:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-18 13:36:37 -0700 |
commit | 42510c0515845c3376e68c5b6a1e112500fc072a (patch) | |
tree | d5c6a2610b60911c728e8433cc504263422151ed /src/lib | |
parent | f36776a91e27913dea66a99903c58df165c7b7fc (diff) | |
download | voidsky-42510c0515845c3376e68c5b6a1e112500fc072a.tar.zst |
gate notification settings (#8527)
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/statsig/gates.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts index 3b1106480..fca3f609a 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -7,6 +7,7 @@ export type Gate = | 'old_postonboarding' | 'onboarding_add_video_feed' | 'post_threads_v2_unspecced' + | 'reengagement_features' | 'remove_show_latest_button' | 'test_gate_1' | 'test_gate_2' |