mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
Better error message for room not viewed
This commit is contained in:
parent
1c29c95990
commit
efccdab0ad
@ -265,7 +265,7 @@ const onMessage = function(event) {
|
||||
return;
|
||||
}
|
||||
if (roomId !== currentRoomId) {
|
||||
sendError(event, "Room not in view");
|
||||
sendError(event, "Room " + roomId + " not in view");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user