Merge branch 'develop' of https://github.com/matrix-org/matrix-react-sdk into new/room-alias-in-permalink
This commit is contained in:
@@ -140,6 +140,6 @@ export async function leaveRoomBehaviour(roomId: string) {
|
||||
}
|
||||
|
||||
if (RoomViewStore.getRoomId() === roomId) {
|
||||
dis.dispatch({action: 'view_next_room'});
|
||||
dis.dispatch({action: 'view_home_page'});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user