mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +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";
|
||||
break;
|
||||
case "join":
|
||||
if (args.length == 1) {
|
||||
if (args.length === 1) {
|
||||
const roomName = args[0];
|
||||
await this._processCommandJoin(roomName);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user