mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Set state to ready only if the SDK is synced.
This commit is contained in:
parent
0791cac572
commit
53a7f4b3a8
@ -146,8 +146,8 @@ module.exports = {
|
||||
if (theAlias) presentedId = theAlias;
|
||||
}
|
||||
this.notifyNewScreen('room/'+presentedId);
|
||||
newState.ready = true;
|
||||
}
|
||||
newState.ready = true;
|
||||
this.setState(newState);
|
||||
break;
|
||||
case 'view_prev_room':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user