This commit is contained in:
Davidson Gomes 2024-03-08 12:08:41 -03:00
parent 17ecc88f80
commit bd09328ec2

View File

@ -941,7 +941,9 @@ export class BaileysStartupService extends WAStartupService {
// for (const received of messages) {
if (
(type !== 'notify' && type !== 'append') ||
// (type !== 'notify' && type !== 'append') ||
type !== 'notify' ||
!received?.message ||
received.message?.protocolMessage ||
received.message?.pollUpdateMessage
) {