Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Add a comment explaining the reason for setting the LOGGED_IN view
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Jan 3, 2019
1 parent 4c264b8 commit e519281
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/structures/MatrixChat.js
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,7 @@ export default React.createClass({
},

_viewHome: function() {
// The home page requires the "logged in" view, so we'll set that.
this.setStateForNewView({
view: VIEWS.LOGGED_IN,
});
Expand Down

0 comments on commit e519281

Please sign in to comment.