mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-02-02 07:31:38 +01:00
fix missing msgtype on emote
This commit is contained in:
parent
551a9e0bc8
commit
3bb0d26d3f
@ -292,7 +292,7 @@ export class RoomViewModel extends ErrorReportViewModel {
|
|||||||
this.reportError(new Error(`no command name "${commandName}". To send the message instead of executing, please type "/${message}"`));
|
this.reportError(new Error(`no command name "${commandName}". To send the message instead of executing, please type "/${message}"`));
|
||||||
message = undefined;
|
message = undefined;
|
||||||
}
|
}
|
||||||
return {type: msgtype, message: message};
|
return {msgtype, message: message};
|
||||||
}
|
}
|
||||||
|
|
||||||
_pickAndSendFile() {
|
_pickAndSendFile() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user