mirror of https://github.com/vector-im/riot-web
Clear currentRoomId when viewing home page, fixing document title
parent
4e1e304616
commit
4ce79148cf
|
@ -1016,6 +1016,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
|||
this.setStateForNewView({
|
||||
view: Views.LOGGED_IN,
|
||||
justRegistered,
|
||||
currentRoomId: null,
|
||||
});
|
||||
this.setPage(PageTypes.HomePage);
|
||||
this.notifyNewScreen('home');
|
||||
|
|
Loading…
Reference in New Issue