1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-25 17:02:04 +03:00
Signed-off-by: Stuart Mumford <stuart@cadair.com>
This commit is contained in:
Stuart Mumford
2020-01-13 10:56:41 +00:00
parent 32eb2c13bf
commit e454d84e9d
3 changed files with 12 additions and 8 deletions

View File

@ -1010,9 +1010,9 @@ export default createReactClass({
go_welcome_on_cancel: true,
screen_after: {screen: `user/${this.props.config.welcomeUserId}`,
params: {
action: 'chat'
}
}
action: 'chat',
},
},
});
return;
}