diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index d9e4dc9c30..a303e1ce90 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -106,7 +106,9 @@ module.exports = React.createClass({ version: null, newVersion: null, + // The username to default to when upgrading an account from a guest upgradeUsername: null, + // The access token we had for our guest account, used when upgrading to a normal account guestAccessToken: null, }; return s;