···7070}
71717272export function configureAdditionalModerationAuthorities() {
7373- const geolocation = device.get(['geolocation'])
7373+ const geolocation = device.get(['mergedGeolocation'])
7474 // default to all
7575 let additionalLabelers: string[] = MODERATION_AUTHORITIES_DIDS
7676
+2
src/storage/schema.ts
···1313 * Geolocation config, fetched from the IP service. This previously did
1414 * double duty as the "status" for geolocation state, but that has since
1515 * moved here to the client.
1616+ *
1717+ * @deprecated use `mergedGeolocation` instead
1618 */
1719 geolocation?: {
1820 countryCode: string | undefined