diff options
author | Eric Bailey <git@esb.lol> | 2025-08-22 14:55:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-22 14:55:16 -0500 |
commit | 912ab1bd9b771cf14c830203332f3620e661a752 (patch) | |
tree | 2080675e48c0989b1e6c05272ca9ea2cc1187e6e /src/storage | |
parent | f038ac70da530416161e870fbbbd42159cea2bbe (diff) | |
download | voidsky-912ab1bd9b771cf14c830203332f3620e661a752.tar.zst |
[LEG-246] Geo overlay (#8881)
* Add AgeBlockedGeo * Add MaxMind usage text * Add geo overlay --------- Co-authored-by: rafael <rafael@blueskyweb.xyz>
Diffstat (limited to 'src/storage')
-rw-r--r-- | src/storage/schema.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage/schema.ts b/src/storage/schema.ts index 421264ac1..a3f2336cf 100644 --- a/src/storage/schema.ts +++ b/src/storage/schema.ts @@ -10,6 +10,7 @@ export type Device = { geolocation?: { countryCode: string | undefined isAgeRestrictedGeo: boolean | undefined + isAgeBlockedGeo: boolean | undefined } trendingBetaEnabled: boolean devMode: boolean |