Additional whitelabel changes.

This commit is contained in:
Patrick Fic
2023-02-27 15:23:14 -08:00
parent d88c925a68
commit c11cef4119
8 changed files with 20 additions and 7 deletions

View File

@@ -103,7 +103,7 @@ exports.receive = async (req, res) => {
const fcmresp = await admin.messaging().send({
topic: `${message.conversation.bodyshop.imexshopid}-messaging`,
notification: {
title: `ImEX Online Message - ${data.phone_num}`,
title: `Rome Online Message - ${data.phone_num}`,
body: message.image_path ? `Image ${message.text}` : message.text,
//imageUrl: "https://thinkimex.com/img/io-fcm.png",
},