We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735a4c1 commit f001513Copy full SHA for f001513
src/ChatWindow/Room.vue
@@ -767,7 +767,7 @@ export default {
767
blob: blobFile,
768
name: file.name.substring(0, typeIndex),
769
size: file.size,
770
- type: file.name.substring(typeIndex) || file.type,
+ type: file.name.substring(typeIndex + 1) || file.type,
771
localUrl: fileURL
772
}
773
if (this.isImageCheck(this.file)) this.imageFile = fileURL
0 commit comments