mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-03 08:05:33 +00:00
fix(webapp): fix svgs in chat (#9440)
This commit is contained in:
parent
779841a711
commit
b0b755d6bd
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user