1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-13 23:41:50 +03:00
This commit is contained in:
David Baker
2016-02-04 14:38:05 +00:00
parent 47fef0896f
commit 6e424780f1

View File

@ -702,7 +702,7 @@ module.exports = React.createClass({
var cli = MatrixClientPeg.get();
var join_defer;
var join_promise;
// if this is the first room we're joining, checkthe user has a display name
// if this is the first room we're joining, check the user has a display name
// and if they don't, prompt them to set one.
// NB. This unfortunately does not re-use the ChangeDisplayName component because
// it doesn't behave quite as desired here (we want an input field here rather than