mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
Add comment
This commit is contained in:
parent
073310f49f
commit
2391f58dfc
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ async function setThreadingReferences(db, baseMessage) {
|
|||
// the sync loop)
|
||||
// We should clean this code, its duplicated from the message processor
|
||||
const thread = await baseMessage.getThread()
|
||||
// TODO create thread for this message if it doesn't exist!
|
||||
if (thread) {
|
||||
const references = Array.from(new Set([
|
||||
...baseMessage.references || [],
|
||||
|
|
Loading…
Reference in a new issue