[-] Remove method to add extra serialized props. This does not work, and the prop being added was already included.

This commit is contained in:
Pedro Lopez
2019-09-08 03:54:44 -04:00
parent 18199d8120
commit 517e22381a
4 changed files with 5 additions and 43 deletions

View File

@@ -60,16 +60,6 @@ class Message extends Base {
}, chatId, this.id._serialized, message);
}
static get WAppModel() {
return 'Msg';
}
static get extraFields() {
return [
'isNewMsg'
];
}
}
module.exports = Message;