1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-12-23 21:02:09 +03:00

Return after sending an error

This commit is contained in:
Kegan Dougal
2016-09-09 16:14:41 +01:00
parent a306a5e694
commit 9c290c4b8d

View File

@@ -293,6 +293,7 @@ const onMessage = function(event) {
if (!currentRoomId) {
if (!currentRoomAlias) {
sendError(event, "Must be viewing a room");
return;
}
// no room ID but there is an alias, look it up.
console.log("Looking up alias " + currentRoomAlias);