diff --git a/src/vector/index.js b/src/vector/index.js index 0b23955745..52cd624c5f 100644 --- a/src/vector/index.js +++ b/src/vector/index.js @@ -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)); } }