From 0be3b91e3fc0992513ad51cfdc0ac6bbe1f3c795 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20H=C3=A4rtl?= Date: Tue, 23 Jul 2024 15:45:03 +0200 Subject: [PATCH] fix: Add .whiteboard alias for .excalidraw files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- resources/config/mimetypemapping.dist.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json index c98e33756b6..02c37e45e0e 100644 --- a/resources/config/mimetypemapping.dist.json +++ b/resources/config/mimetypemapping.dist.json @@ -212,6 +212,7 @@ "webloc": ["application/internet-shortcut"], "webm": ["video/webm"], "webp": ["image/webp"], + "whiteboard": ["application/vnd.excalidraw+json"], "wmv": ["video/x-ms-wmv"], "woff": ["application/font-woff"], "wpd": ["application/vnd.wordperfect"], -- 2.39.5