data/removeMessage: no need for additional model instantiation

pull/27/head^2
Scott Nonnenberg 7 years ago
parent 02fbea96c0
commit 57d13dad57

@ -249,8 +249,7 @@ async function removeMessage(id, { Message }) {
// it needs to delete all associated on-disk files along with the database delete.
if (message) {
await channels.removeMessage(id);
const model = new Message(message);
await model.cleanup();
await message.cleanup();
}
}

Loading…
Cancel
Save