diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-06-01 20:52:19 +0000 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-06-01 20:52:19 +0000 |
| commit | 39fcdcae257d158159d020ff72ef2c5e720f5ffa (patch) | |
| tree | b7cbef18463ddcc4a6b40ff03cfeed5ff4d992d3 /packages/backend/src/core/RoleService.ts | |
| parent | merge: Overhaul trending polls (!1022) (diff) | |
| parent | catch errors from fetchInstance() to resolve test errors (diff) | |
| download | sharkey-39fcdcae257d158159d020ff72ef2c5e720f5ffa.tar.gz sharkey-39fcdcae257d158159d020ff72ef2c5e720f5ffa.tar.bz2 sharkey-39fcdcae257d158159d020ff72ef2c5e720f5ffa.zip | |
merge: Allow unauthenticated (logged-out) users to translate notes (!1055)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1055
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
Diffstat (limited to 'packages/backend/src/core/RoleService.ts')
| -rw-r--r-- | packages/backend/src/core/RoleService.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/src/core/RoleService.ts b/packages/backend/src/core/RoleService.ts index 6b6479c240..b250eeee21 100644 --- a/packages/backend/src/core/RoleService.ts +++ b/packages/backend/src/core/RoleService.ts @@ -86,7 +86,7 @@ export const DEFAULT_POLICIES: RolePolicies = { canManageCustomEmojis: false, canManageAvatarDecorations: false, canSearchNotes: false, - canUseTranslator: true, + canUseTranslator: false, canHideAds: false, driveCapacityMb: 100, maxFileSizeMb: 25, |