diff --git a/src/vector/index.js b/src/vector/index.js index efca1e8243..3812e65407 100644 --- a/src/vector/index.js +++ b/src/vector/index.js @@ -153,7 +153,8 @@ function loadApp() { onNewScreen={onNewScreen} registrationUrl={makeRegistrationUrl()} ConferenceHandler={VectorConferenceHandler} - config={configJson} />, + config={configJson} + startingQueryParams={parseQsFromFragment(window.location)} />, document.getElementById('matrixchat') ); }