Read from mergedGeolocation when setting mod authorities (#9509)

* Read from mergedGeolocation when setting mod authorities

* Add deprecation notice

(cherry picked from commit 4407e59e15)
This commit is contained in:
Eric Bailey
2025-12-08 19:24:19 -06:00
parent a17ac8febd
commit 7991d6fea6
2 changed files with 3 additions and 1 deletions
@@ -70,7 +70,7 @@ export function isNonConfigurableModerationAuthority(did: string) {
}
export function configureAdditionalModerationAuthorities() {
const geolocation = device.get(['geolocation'])
const geolocation = device.get(['mergedGeolocation'])
// default to all
let additionalLabelers: string[] = MODERATION_AUTHORITIES_DIDS