Merge branch 'develop' into travis/moar-jitsi
This commit is contained in:
commit
d8a5ba9b14
86 changed files with 1067 additions and 495 deletions
|
@ -159,7 +159,7 @@ class RoomViewStore extends Store {
|
|||
}
|
||||
case 'sync_state':
|
||||
this._setState({
|
||||
matrixClientIsReady: MatrixClientPeg.get().isInitialSyncComplete(),
|
||||
matrixClientIsReady: MatrixClientPeg.get() && MatrixClientPeg.get().isInitialSyncComplete(),
|
||||
});
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue