From 3113a9184bb56fd228518fe0db41bb3dc1236696 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 8 Dec 2025 19:16:19 -0600 Subject: [PATCH] Add deprecation notice --- src/storage/schema.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/storage/schema.ts b/src/storage/schema.ts index 4cc9782262..d1e4a8d88c 100644 --- a/src/storage/schema.ts +++ b/src/storage/schema.ts @@ -13,6 +13,8 @@ export type Device = { * Geolocation config, fetched from the IP service. This previously did * double duty as the "status" for geolocation state, but that has since * moved here to the client. + * + * @deprecated use `mergedGeolocation` instead */ geolocation?: { countryCode: string | undefined