You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Better error message for room not viewed
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user