Fix ConversationController
load race condition
This commit is contained in:
parent
d6ffb08a63
commit
8256170066
8 changed files with 127 additions and 106 deletions
|
@ -812,9 +812,6 @@ export async function startApp(): Promise<void> {
|
|||
}
|
||||
});
|
||||
|
||||
// We start this up before window.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(server);
|
||||
|
||||
let retryReceiptLifespan: number | undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue