fix(webapp): fix svgs in chat (#9440)

This commit is contained in:
Ulf Gebhardt 2026-03-26 20:28:09 +01:00 committed by GitHub
parent 779841a711
commit b0b755d6bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -412,6 +412,7 @@ export default {
[file.blob],
// Captured audio already has the right extension in the name
file.extension ? `${file.name}.${file.extension}` : file.name,
{ type: file.type },
),
name: file.name,
type: file.type,