mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
Forgot one change
This commit is contained in:
parent
3c64f7d49b
commit
fb79326747
@ -230,7 +230,7 @@ export class RoomViewModel extends ViewModel {
|
|||||||
msgtype = "m.emote";
|
msgtype = "m.emote";
|
||||||
break;
|
break;
|
||||||
case "join":
|
case "join":
|
||||||
if (args.length == 1) {
|
if (args.length === 1) {
|
||||||
const roomName = args[0];
|
const roomName = args[0];
|
||||||
await this._processCommandJoin(roomName);
|
await this._processCommandJoin(roomName);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user