An ATproto social media client -- with an independent Appview.

fix: moderation labels default to all due to geolocation override (#61)

authored by

m-doescode and committed by
GitHub
60348e4c 8d76aa00

+4 -2
+4 -2
src/state/session/additional-moderation-authorities.ts
··· 71 71 72 72 export function configureAdditionalModerationAuthorities() { 73 73 const geolocation = device.get(['geolocation']) 74 - // default to all 75 - let additionalLabelers: string[] = MODERATION_AUTHORITIES_DIDS 74 + // // default to all 75 + // let additionalLabelers: string[] = MODERATION_AUTHORITIES_DIDS 76 + // default to none 77 + let additionalLabelers: string[] = [] 76 78 77 79 if (geolocation?.countryCode) { 78 80 // overwrite with only those necessary