diff --git a/backend/src/services/wbotMessageListener.js b/backend/src/services/wbotMessageListener.js index 5038fd4..9d32969 100644 --- a/backend/src/services/wbotMessageListener.js +++ b/backend/src/services/wbotMessageListener.js @@ -137,8 +137,12 @@ const wbotMessageListener = () => { const io = getIO(); wbot.on("message", async msg => { - // console.log(msg); - if (msg.from === "status@broadcast" || msg.type === "location") { + console.log(msg); + if ( + msg.from === "status@broadcast" || + msg.type === "location" || + msg.type === "call_log" + ) { return; }