You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Actually use the RTS URL
This commit is contained in:
@ -428,7 +428,7 @@ module.exports = React.createClass({
|
|||||||
<div className="mx_Login_box">
|
<div className="mx_Login_box">
|
||||||
<LoginHeader
|
<LoginHeader
|
||||||
icon={this.state.teamSelected ?
|
icon={this.state.teamSelected ?
|
||||||
"https://riot.im/rts/static/common/" +
|
this.props.teamServerConfig.teamServerURL + "/static/common/" +
|
||||||
this.state.teamSelected.domain + "/icon.png" :
|
this.state.teamSelected.domain + "/icon.png" :
|
||||||
null}
|
null}
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user