IO-1551 Remove image for notifications.
This commit is contained in:
@@ -107,7 +107,7 @@ exports.receive = async (req, res) => {
|
||||
notification: {
|
||||
title: `ImEX Online Message - ${data.phone_num}`,
|
||||
body: message.image_path ? `Image ${message.text}` : message.text,
|
||||
imageUrl: "https://thinkimex.com/img/logo512.png",
|
||||
//imageUrl: "https://thinkimex.com/img/io-fcm.png",
|
||||
},
|
||||
data,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user