Pass through the starting query params from the URL

pull/537/head
Kegan Dougal 2015-12-17 15:01:07 +00:00
parent 856156ef5c
commit 63d0477223
1 changed files with 2 additions and 1 deletions

View File

@ -153,7 +153,8 @@ function loadApp() {
onNewScreen={onNewScreen}
registrationUrl={makeRegistrationUrl()}
ConferenceHandler={VectorConferenceHandler}
config={configJson} />,
config={configJson}
startingQueryParams={parseQsFromFragment(window.location)} />,
document.getElementById('matrixchat')
);
}