Enable guest access. Show r/w icons on room directory.
This commit is contained in:
@@ -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')
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user