forked from matrix/element-web
Pass through params for other URLs (in this case, for keypair invite signing urls)
This commit is contained in:
parent
f2fc4a88ae
commit
45c8500f28
|
@ -99,7 +99,7 @@ function routeUrl(location) {
|
|||
window.matrixChat.showScreen('register', parseQsFromFragment(location));
|
||||
} else {
|
||||
var hashparts = location.hash.split('?');
|
||||
window.matrixChat.showScreen(hashparts[0].substring(2));
|
||||
window.matrixChat.showScreen(hashparts[0].substring(2), parseQsFromFragment(location));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue