Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
matrix-react-sdk
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Matrix.org
matrix-react-sdk
Commits
0ac99749
Commit
0ac99749
authored
9 years ago
by
David Baker
Browse files
Options
Downloads
Patches
Plain Diff
Clarify comment
parent
7045906d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/structures/MatrixChat.js
+4
-3
4 additions, 3 deletions
src/components/structures/MatrixChat.js
with
4 additions
and
3 deletions
src/components/structures/MatrixChat.js
+
4
−
3
View file @
0ac99749
...
@@ -700,9 +700,10 @@ module.exports = React.createClass({
...
@@ -700,9 +700,10 @@ module.exports = React.createClass({
// This now goes straight to user settings
// This now goes straight to user settings
// We use _setPage since if we wait for
// We use _setPage since if we wait for
// showScreen to do the dispatch loop,
// showScreen to do the dispatch loop,
// we'll see the page type is still unset
// the showScreen dispatch will race with the
// when the MatrixClient is started and show
// sdk sync finishing and we'll probably see
// the Room Directory instead.
// the page type still unset when the MatrixClient
// is started and show the Room Directory instead.
//this.showScreen("view_user_settings");
//this.showScreen("view_user_settings");
this
.
_setPage
(
this
.
PageTypes
.
UserSettings
);
this
.
_setPage
(
this
.
PageTypes
.
UserSettings
);
},
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment