Improve comment

pull/21833/head
Luke Barnard 2017-05-26 11:47:55 +01:00
parent 2dcc03960a
commit c0f43a14fd
1 changed files with 1 additions and 1 deletions

View File

@ -806,7 +806,7 @@ module.exports = React.createClass({
} else if (this._is_registered) { } else if (this._is_registered) {
this._is_registered = false; this._is_registered = false;
// Set the display name = entered username // Set the display name = user ID localpart
MatrixClientPeg.get().setDisplayName( MatrixClientPeg.get().setDisplayName(
MatrixClientPeg.get().getUserIdLocalpart() MatrixClientPeg.get().getUserIdLocalpart()
); );