feature/IO-3000-messaging-sockets-migrations2 -

- Checkpoint,

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-11-21 15:05:52 -08:00
parent 1cdd905037
commit cd592b671c
3 changed files with 28 additions and 3 deletions

View File

@@ -54,7 +54,8 @@ exports.receive = async (req, res) => {
newMessage.conversation = {
data: {
bodyshopid: bodyshop.id,
phone_num: phone(req.body.From).phoneNumber
phone_num: phone(req.body.From).phoneNumber,
archived: false
}
};