Fixes several bugs
This commit is contained in:
parent
7eabdffcd0
commit
57308d3104
11 changed files with 164 additions and 84 deletions
|
@ -595,6 +595,11 @@
|
|||
});
|
||||
|
||||
window.Signal.conversationControllerStart();
|
||||
|
||||
// We start this up before ConversationController.load() to ensure that our feature
|
||||
// flags are represented in the cached props we generate on load of each convo.
|
||||
window.Signal.RemoteConfig.initRemoteConfig();
|
||||
|
||||
try {
|
||||
await Promise.all([
|
||||
ConversationController.load(),
|
||||
|
@ -1515,8 +1520,6 @@
|
|||
}
|
||||
});
|
||||
|
||||
window.Signal.RemoteConfig.initRemoteConfig();
|
||||
|
||||
// Maybe refresh remote configuration when we become active
|
||||
window.registerForActive(async () => {
|
||||
await window.Signal.RemoteConfig.maybeRefreshRemoteConfig();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue