mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-18 19:32:21 -06:00
test
This commit is contained in:
@@ -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
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user