mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-17 02:11:31 +02:00
comment
This commit is contained in:
parent
12d2480916
commit
c27f50207d
@ -927,6 +927,8 @@ module.exports = React.createClass({
|
|||||||
dis.dispatch({action: 'view_home_page'});
|
dis.dispatch({action: 'view_home_page'});
|
||||||
} else if (this._is_registered) {
|
} else if (this._is_registered) {
|
||||||
this._is_registered = false;
|
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.firstSyncComplete = false;
|
||||||
this.firstSyncPromise = q.defer();
|
this.firstSyncPromise = q.defer();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user