mirror of https://github.com/vector-im/riot-web
Also change URL when going to next/prev room
parent
ed1cb44deb
commit
0016c2ad83
|
@ -153,6 +153,7 @@ module.exports = {
|
|||
this.setState({
|
||||
currentRoom: allRooms[roomIndex].roomId
|
||||
});
|
||||
this.notifyNewScreen('room/'+allRooms[roomIndex].roomId);
|
||||
break;
|
||||
case 'view_user_settings':
|
||||
this.setState({
|
||||
|
|
Loading…
Reference in New Issue