change default value of canUseTranslator to false

This commit is contained in:
Hazelnoot 2025-05-30 07:14:43 -04:00
parent 50ba3c0f46
commit c13beacb3a

View file

@ -86,7 +86,7 @@ export const DEFAULT_POLICIES: RolePolicies = {
canManageCustomEmojis: false, canManageCustomEmojis: false,
canManageAvatarDecorations: false, canManageAvatarDecorations: false,
canSearchNotes: false, canSearchNotes: false,
canUseTranslator: true, canUseTranslator: false,
canHideAds: false, canHideAds: false,
driveCapacityMb: 100, driveCapacityMb: 100,
maxFileSizeMb: 10, maxFileSizeMb: 10,