Bluesky app fork with some witchin' additions 💫

change `UK` country code to `GB` in additional-moderation-authorities.ts (#8211)

authored by

surfdude29 and committed by
GitHub
03c50f07 de7b63e6

+2 -2
+2 -2
src/state/session/additional-moderation-authorities.ts
··· 6 6 export const BR_LABELER = 'did:plc:ekitcvx7uwnauoqy5oest3hm' // Brazil 7 7 export const DE_LABELER = 'did:plc:r55ow3tocux5kafs5dq445fy' // Germany 8 8 export const RU_LABELER = 'did:plc:crm2agcxvvlj6hilnjdc4hox' // Russia 9 - export const UK_LABELER = 'did:plc:gvkp7euswjjrctjmqwhhfzif' // United Kingdom 9 + export const GB_LABELER = 'did:plc:gvkp7euswjjrctjmqwhhfzif' // United Kingdom 10 10 export const AU_LABELER = 'did:plc:dsynw7isrf2eqlhcjx3ffnmt' // Australia 11 11 export const TR_LABELER = 'did:plc:cquoj7aozvmkud2gifeinkda' // Turkey 12 12 export const JP_LABELER = 'did:plc:vhgppeyjwgrr37vm4v6ggd5a' // Japan ··· 24 24 } = { 25 25 BR: [BR_LABELER], // Brazil 26 26 RU: [RU_LABELER], // Russia 27 - UK: [UK_LABELER], // United Kingdom 27 + GB: [GB_LABELER], // United Kingdom 28 28 AU: [AU_LABELER], // Australia 29 29 TR: [TR_LABELER], // Turkey 30 30 JP: [JP_LABELER], // Japan