mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-02-05 06:46:27 -06:00
test
This commit is contained in:
@@ -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
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user