Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
bf2bb26cda
commit
e502fafad2
6 changed files with 29 additions and 39 deletions
|
@ -975,7 +975,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
|||
this.viewWelcome();
|
||||
return;
|
||||
}
|
||||
if (!this.state.currentGroupId && !this.state.currentRoomId) {
|
||||
if (!this.state.currentGroupId && !this.state.currentRoomId && !this.state.currentUserId) {
|
||||
this.viewHome();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue