1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

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;