1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-12-01 09:58:03 +03:00

Fix unknown slash command error exploding

This commit is contained in:
Michael Telatynski
2021-04-13 10:33:32 +01:00
parent ee9e1a72cb
commit fd54fa5119

View File

@@ -1222,4 +1222,5 @@ export function getCommand(input: string) {
args,
};
}
return {};
}