1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-04-30 15:45:45 +02:00

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',
uploadableFileTypes: [
'text/plain',
'text/csv',
'application/json',
'image/*',
'video/*',