We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2844800 commit 46d2d06Copy full SHA for 46d2d06
1 file changed
lib/AppConfig.php
@@ -209,6 +209,7 @@ public function getMimeTypes(): array {
209
return array_merge(
210
Capabilities::MIMETYPES,
211
Capabilities::MIMETYPES_MSOFFICE,
212
+ Capabilities::MIMETYPES_OPTIONAL,
213
);
214
}
215
0 commit comments