use original bug
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
6f07f9157c
commit
7d96cc969a
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ export default class SetIdServer extends React.Component {
|
||||||
"sharing them.", {},
|
"sharing them.", {},
|
||||||
{
|
{
|
||||||
idserver: sub => <b>{abbreviateUrl(this.state.currentClientIdServer)}</b>,
|
idserver: sub => <b>{abbreviateUrl(this.state.currentClientIdServer)}</b>,
|
||||||
// XXX: https://github.com/vector-im/riot-web/issues/10564
|
// XXX: https://github.com/vector-im/riot-web/issues/9086
|
||||||
idserver2: sub => <b>{abbreviateUrl(this.state.currentClientIdServer)}</b>,
|
idserver2: sub => <b>{abbreviateUrl(this.state.currentClientIdServer)}</b>,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue