IO-1551 Include outbound fcm to update timestamps.
This commit is contained in:
@@ -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 || "",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user