enhance(backend): allow upload csv by default

Related #16541
This commit is contained in:
syuilo
2025-09-16 12:16:18 +09:00
parent e504560477
commit df3e44f62e

View File

@@ -109,6 +109,7 @@ export const DEFAULT_POLICIES: RolePolicies = {
chatAvailability: 'available', chatAvailability: 'available',
uploadableFileTypes: [ uploadableFileTypes: [
'text/plain', 'text/plain',
'text/csv',
'application/json', 'application/json',
'image/*', 'image/*',
'video/*', 'video/*',