Merge branch 'develop' into matthew/roomsettings2

This commit is contained in:
Matthew Hodgson
2016-01-13 17:33:32 +00:00
7 changed files with 90 additions and 9 deletions
+2 -1
View File
@@ -155,7 +155,8 @@ function loadApp() {
registrationUrl={makeRegistrationUrl()}
ConferenceHandler={VectorConferenceHandler}
config={configJson}
startingQueryParams={parseQsFromFragment(window.location)} />,
startingQueryParams={parseQsFromFragment(window.location)}
enableGuest={true} />,
document.getElementById('matrixchat')
);
}