Fix sending audio and video files

This commit is contained in:
N-Pex 2025-09-10 18:06:41 +02:00
parent bdd240b4c7
commit dfa354bf74
6 changed files with 66 additions and 65 deletions

View file

@ -208,7 +208,7 @@ export default {
if (isForExport) {
return MessageIncomingVideoExport;
}
return MessageVideo;
return MessageThread;
} else if (event.getContent().msgtype == "m.file") {
if (isForExport) {
return MessageIncomingFileExport;
@ -255,7 +255,7 @@ export default {
if (isForExport) {
return MessageOutgoingVideoExport;
}
return MessageVideo;
return MessageThread;
} else if (event.getContent().msgtype == "m.file") {
if (isForExport) {
return MessageOutgoingFileExport;