Better error message for room not viewed
This commit is contained in:
parent
1c29c95990
commit
efccdab0ad
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ const onMessage = function(event) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (roomId !== currentRoomId) {
|
if (roomId !== currentRoomId) {
|
||||||
sendError(event, "Room not in view");
|
sendError(event, "Room " + roomId + " not in view");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue