Bluesky app fork with some witchin' additions 💫

Reset default AA debug for E2E (#9705)

authored by

Eric Bailey and committed by
GitHub
367eebe6 06a8a7ef

+3 -3
+3 -3
src/ageAssurance/debug.ts
··· 12 12 13 13 export const geolocation: Geolocation | undefined = enabled 14 14 ? { 15 - countryCode: 'BB', 15 + countryCode: 'AA', 16 16 regionCode: undefined, 17 17 } 18 18 : undefined 19 19 20 - const deviceGeolocationEnabled = false 20 + const deviceGeolocationEnabled = false || IS_E2E 21 21 export const deviceGeolocation: Geolocation | undefined = 22 22 enabled && deviceGeolocationEnabled 23 23 ? { ··· 46 46 rules: [ 47 47 { 48 48 $type: ids.Default, 49 - access: 'none', 49 + access: 'full', 50 50 }, 51 51 ], 52 52 },