load blocked number from db before loading conversations

this is to unsure that isBlocked on the conversation will return the
correct value. We need BlockedNumberController to be loaded for this
pull/1381/head
Audric Ackermann 4 years ago
parent e479ee6332
commit 866c28bc20
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -281,6 +281,7 @@
throw error;
}
};
await window.BlockedNumberController.load();
this._initialPromise = load();

Loading…
Cancel
Save