mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 19:59:20 +00:00
fix: ignoring stickers on messages
This commit is contained in:
@@ -209,7 +209,8 @@ const isValidMsg = (msg: WbotMessage): boolean => {
|
||||
msg.type === "video" ||
|
||||
msg.type === "image" ||
|
||||
msg.type === "document" ||
|
||||
msg.type === "vcard"
|
||||
msg.type === "vcard" ||
|
||||
msg.type === "sticker"
|
||||
)
|
||||
return true;
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user