Merge branch 'master' of ssh://github.com/nylas/k2

This commit is contained in:
Ben Gotow 2016-07-12 16:46:17 -07:00
commit efc8d8ba12

View file

@ -109,6 +109,7 @@ module.exports = (sequelize, Sequelize) => {
unread: this.unread,
starred: this.starred,
folder: this.folder,
thread_id: this.threadId,
};
},
},