Merge branch 'develop' into matthew/roomsettings2

This commit is contained in:
Matthew Hodgson 2016-01-13 17:33:32 +00:00
commit 68f846e129
7 changed files with 90 additions and 9 deletions

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')
);
}