mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-25 18:08:40 -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) {
|
// for (const received of messages) {
|
||||||
if (
|
if (
|
||||||
(type !== 'notify' && type !== 'append') ||
|
// (type !== 'notify' && type !== 'append') ||
|
||||||
|
type !== 'notify' ||
|
||||||
|
!received?.message ||
|
||||||
received.message?.protocolMessage ||
|
received.message?.protocolMessage ||
|
||||||
received.message?.pollUpdateMessage
|
received.message?.pollUpdateMessage
|
||||||
) {
|
) {
|
||||||
|
Loading…
Reference in New Issue
Block a user