Remove unnecessary logout action
This commit is contained in:
parent
33eebb84a6
commit
a3617fa3cd
1 changed files with 0 additions and 1 deletions
|
@ -586,7 +586,6 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
|||
break;
|
||||
case 'logout':
|
||||
dis.dispatch({action: "hangup_all"});
|
||||
dis.dispatch({action: "logout"});
|
||||
Lifecycle.logout();
|
||||
break;
|
||||
case 'require_registration':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue