mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-02 12:21:11 +02:00
Also change URL when going to next/prev room
This commit is contained in:
parent
ed1cb44deb
commit
0016c2ad83
@ -153,6 +153,7 @@ module.exports = {
|
|||||||
this.setState({
|
this.setState({
|
||||||
currentRoom: allRooms[roomIndex].roomId
|
currentRoom: allRooms[roomIndex].roomId
|
||||||
});
|
});
|
||||||
|
this.notifyNewScreen('room/'+allRooms[roomIndex].roomId);
|
||||||
break;
|
break;
|
||||||
case 'view_user_settings':
|
case 'view_user_settings':
|
||||||
this.setState({
|
this.setState({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user