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;
|
break;
|
||||||
case 'logout':
|
case 'logout':
|
||||||
dis.dispatch({action: "hangup_all"});
|
dis.dispatch({action: "hangup_all"});
|
||||||
dis.dispatch({action: "logout"});
|
|
||||||
Lifecycle.logout();
|
Lifecycle.logout();
|
||||||
break;
|
break;
|
||||||
case 'require_registration':
|
case 'require_registration':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue