Actually use the RTS URL

pull/21833/head
Luke Barnard 2017-02-09 13:16:46 +00:00
parent 747c0c44a6
commit 69add8fd64
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ module.exports = React.createClass({
<div className="mx_Login_box">
<LoginHeader
icon={this.state.teamSelected ?
"https://riot.im/rts/static/common/" +
this.props.teamServerConfig.teamServerURL + "/static/common/" +
this.state.teamSelected.domain + "/icon.png" :
null}
/>