[client-sync] Fix missing pass in of syncWorker to FetchNewMessagesInFolder

This commit is contained in:
Christine Spang 2017-02-24 12:41:13 -08:00
parent f23a96c481
commit e991349708

View file

@ -91,7 +91,7 @@ async function saveSentMessage({db, account, syncWorker, logger, imap, provider,
account,
folder: allMailFolder,
})
await syncOperation.run(db, imap)
await syncOperation.run(db, imap, syncWorker)
}
async function setThreadingReferences(db, baseMessage) {