Wait for ConversationController
load in receipt and sync jobs
This commit is contained in:
parent
29c3b8af89
commit
ed96e603ab
3 changed files with 32 additions and 0 deletions
|
@ -102,6 +102,8 @@ export async function runReadOrViewSyncJob({
|
|||
return;
|
||||
}
|
||||
|
||||
await window.ConversationController.load();
|
||||
|
||||
const ourConversation =
|
||||
window.ConversationController.getOurConversationOrThrow();
|
||||
const sendOptions = await getSendOptions(ourConversation.attributes, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue