Enable guest access. Show r/w icons on room directory.

This commit is contained in:
Kegan Dougal 2016-01-07 14:43:12 +00:00
parent d2635373f0
commit 1a8a4728cd
2 changed files with 20 additions and 2 deletions

View file

@ -154,7 +154,8 @@ function loadApp() {
registrationUrl={makeRegistrationUrl()}
ConferenceHandler={VectorConferenceHandler}
config={configJson}
startingQueryParams={parseQsFromFragment(window.location)} />,
startingQueryParams={parseQsFromFragment(window.location)}
enableGuest={true} />,
document.getElementById('matrixchat')
);
}