mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-28 11:24:11 +08:00
Add thread id to message model
This commit is contained in:
parent
9d7343eb91
commit
83a6a8008b
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ module.exports = (sequelize, Sequelize) => {
|
|||
unread: this.unread,
|
||||
starred: this.starred,
|
||||
folder: this.folder,
|
||||
thread_id: this.threadId,
|
||||
};
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue