From a5cf3a964b3d58d44e63e914abbc8e98c632880f Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 2 Mar 2017 14:39:25 +0000 Subject: [PATCH] doc --- src/components/structures/MatrixChat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index 3b96edecae..1c6c82e347 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -363,6 +363,7 @@ module.exports = React.createClass({ // stop the client: if we are syncing whilst the registration // is completed in another browser, we'll be 401ed for using // a guest access token for a non-guest account. + // It will be restarted in onReturnToGuestClick Lifecycle.stopMatrixClient(); this.notifyNewScreen('register');