saves all conversations with messages

This commit is contained in:
Danny Avila 2023-02-06 14:05:02 -05:00
parent 232a823b9b
commit 511c8c9599
3 changed files with 38 additions and 1 deletions

View file

@ -40,5 +40,6 @@ module.exports = {
sender,
text
});
}
},
Message,
}