mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-22 20:12:02 -06:00
test
This commit is contained in:
parent
17ecc88f80
commit
bd09328ec2
@ -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
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user