You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
forgot to remove this
This commit is contained in:
@@ -479,14 +479,6 @@ export default React.createClass({
|
||||
case 'logout':
|
||||
Lifecycle.logout();
|
||||
break;
|
||||
case 'flush_storage_reload':
|
||||
// flushStorageAndReload will dispatch actions
|
||||
// which we can't do in a dispatch handler
|
||||
// so yield first
|
||||
setTimeout(() => {
|
||||
Lifecycle.flushStorageAndReload();
|
||||
}, 0);
|
||||
break;
|
||||
case 'start_registration':
|
||||
this._startRegistration(payload.params || {});
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user