mirror of https://github.com/vector-im/riot-web
Fix unknown slash command error exploding
parent
ee9e1a72cb
commit
fd54fa5119
|
@ -1222,4 +1222,5 @@ export function getCommand(input: string) {
|
|||
args,
|
||||
};
|
||||
}
|
||||
return {};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue