summaryrefslogtreecommitdiff
path: root/packages/backend
diff options
context:
space:
mode:
Diffstat (limited to 'packages/backend')
-rw-r--r--packages/backend/src/core/RoleService.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/backend/src/core/RoleService.ts b/packages/backend/src/core/RoleService.ts
index 6e4ac66e81..f2f7480dfa 100644
--- a/packages/backend/src/core/RoleService.ts
+++ b/packages/backend/src/core/RoleService.ts
@@ -109,8 +109,7 @@ export const DEFAULT_POLICIES: RolePolicies = {
canImportUserLists: false,
chatAvailability: 'available',
uploadableFileTypes: [
- 'text/plain',
- 'text/csv',
+ 'text/*',
'application/json',
'image/*',
'video/*',