Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client

Add A/A test (#9917)

authored by

Eric Bailey and committed by
GitHub
9b8c46cd f3cc850b

+5
+3
src/Navigation.tsx
··· 1008 1008 }) 1009 1009 } 1010 1010 } 1011 + 1012 + // temp, just testing 1013 + void ax.features.enabled(ax.features.AATest) 1011 1014 }) 1012 1015 1013 1016 return (
+2
src/analytics/features/types.ts
··· 9 9 ImportContactsOnboardingDisable = 'import_contacts:onboarding:disable', 10 10 ImportContactsSettingsDisable = 'import_contacts:settings:disable', 11 11 LiveNowBetaDisable = 'live_now_beta:disable', 12 + 13 + AATest = 'aa-test', 12 14 }