Fix ConversationController
load race condition
This commit is contained in:
parent
d6ffb08a63
commit
8256170066
8 changed files with 127 additions and 106 deletions
|
@ -70,7 +70,7 @@ function openInbox(): ThunkAction<
|
|||
return async dispatch => {
|
||||
log.info('open inbox');
|
||||
|
||||
await window.ConversationController.loadPromise();
|
||||
await window.ConversationController.load();
|
||||
|
||||
dispatch({
|
||||
type: OPEN_INBOX,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue