Add separate welcome view

This commit is contained in:
J. Ryan Stinnett 2019-02-07 16:25:09 +00:00
parent 73de56d72d
commit 843f86fc1c
4 changed files with 87 additions and 14 deletions

View file

@ -461,6 +461,7 @@ const LoggedInView = React.createClass({
{
pageElement = <EmbeddedPage className="mx_HomePage"
url={this.props.config.welcomePageUrl || 'home.html'}
scrollbar={true}
/>;
}
break;