mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 12:19:16 +00:00
improvement: moved notification logic to backend
This commit is contained in:
@@ -167,8 +167,6 @@ const wbotMessageListener = (whatsapp: Whatsapp): void => {
|
||||
const io = getIO();
|
||||
|
||||
wbot.on("message_create", async msg => {
|
||||
console.log(msg.type);
|
||||
|
||||
if (!isValidMsg(msg)) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user