mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-13 13:19:34 +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)
|
// the sync loop)
|
||||||
// We should clean this code, its duplicated from the message processor
|
// We should clean this code, its duplicated from the message processor
|
||||||
const thread = await baseMessage.getThread()
|
const thread = await baseMessage.getThread()
|
||||||
|
// TODO create thread for this message if it doesn't exist!
|
||||||
if (thread) {
|
if (thread) {
|
||||||
const references = Array.from(new Set([
|
const references = Array.from(new Set([
|
||||||
...baseMessage.references || [],
|
...baseMessage.references || [],
|
||||||
|
|
Loading…
Reference in a new issue