mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Add a comment explaining the reason for setting the LOGGED_IN view
This commit is contained in:
parent
4c264b87fa
commit
e5192811a1
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue