IO-1551 Include outbound fcm to update timestamps.

This commit is contained in:
Patrick Fic
2021-12-13 12:58:56 -08:00
parent 3b756beba6
commit 28cc092bb7
4 changed files with 31 additions and 4 deletions

View File

@@ -96,8 +96,6 @@ exports.receive = async (req, res) => {
type: "messaging-inbound",
conversationid: message.conversationid || "",
text: message.text || "",
image_path: message.image_path || "",
image: (message.image && message.image.toString()) || "",
messageid: message.id || "",
phone_num: message.conversation.phone_num || "",
};