diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index a303e1ce90..0cf483f223 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -110,6 +110,13 @@ module.exports = React.createClass({ upgradeUsername: null, // The access token we had for our guest account, used when upgrading to a normal account guestAccessToken: null, + + // Parameters used in the registration dance with the IS + register_client_secret: null, + register_session_id: null, + register_hs_url: null, + register_is_url: null, + register_id_sid: null, }; return s; },