Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
d996e7eebd
1 changed files with 0 additions and 5 deletions
|
@ -1143,11 +1143,6 @@ export default React.createClass({
|
||||||
} else if (this._is_registered) {
|
} else if (this._is_registered) {
|
||||||
this._is_registered = false;
|
this._is_registered = false;
|
||||||
|
|
||||||
// Set the display name = user ID localpart
|
|
||||||
MatrixClientPeg.get().setDisplayName(
|
|
||||||
MatrixClientPeg.get().getUserIdLocalpart(),
|
|
||||||
);
|
|
||||||
|
|
||||||
if (this.props.config.welcomeUserId && getCurrentLanguage().startsWith("en")) {
|
if (this.props.config.welcomeUserId && getCurrentLanguage().startsWith("en")) {
|
||||||
createRoom({
|
createRoom({
|
||||||
dmUserId: this.props.config.welcomeUserId,
|
dmUserId: this.props.config.welcomeUserId,
|
||||||
|
|
Loading…
Reference in a new issue