Merge pull request #5756 from SimonBrandner/hangup-all-on-logout
Hangup all calls on logout
This commit is contained in:
commit
0e0ccfea88
2 changed files with 6 additions and 0 deletions
|
@ -582,6 +582,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
|||
}
|
||||
break;
|
||||
case 'logout':
|
||||
dis.dispatch({action: "hangup_all"});
|
||||
Lifecycle.logout();
|
||||
break;
|
||||
case 'require_registration':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue