forked from matrix/element-web
Merge pull request #537 from vector-im/kegan/3pid-inv
Pass through the starting query params from the URL
This commit is contained in:
commit
5f3a1cb6e1
|
@ -153,7 +153,8 @@ function loadApp() {
|
||||||
onNewScreen={onNewScreen}
|
onNewScreen={onNewScreen}
|
||||||
registrationUrl={makeRegistrationUrl()}
|
registrationUrl={makeRegistrationUrl()}
|
||||||
ConferenceHandler={VectorConferenceHandler}
|
ConferenceHandler={VectorConferenceHandler}
|
||||||
config={configJson} />,
|
config={configJson}
|
||||||
|
startingQueryParams={parseQsFromFragment(window.location)} />,
|
||||||
document.getElementById('matrixchat')
|
document.getElementById('matrixchat')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue