mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-03 01:14:32 +03:00
comment
This commit is contained in:
parent
12d2480916
commit
c27f50207d
1 changed files with 2 additions and 0 deletions
|
@ -927,6 +927,8 @@ module.exports = React.createClass({
|
|||
dis.dispatch({action: 'view_home_page'});
|
||||
} else if (this._is_registered) {
|
||||
this._is_registered = false;
|
||||
// reset the 'have completed first sync' flag,
|
||||
// since we've just logged in and will be about to sync
|
||||
this.firstSyncComplete = false;
|
||||
this.firstSyncPromise = q.defer();
|
||||
|
||||
|
|
Loading…
Reference in a new issue