Skip to content

Commit bd09328

Browse files
committed
test
1 parent 17ecc88 commit bd09328

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/whatsapp/services/whatsapp.baileys.service.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,9 @@ export class BaileysStartupService extends WAStartupService {
941941

942942
// for (const received of messages) {
943943
if (
944-
(type !== 'notify' && type !== 'append') ||
944+
// (type !== 'notify' && type !== 'append') ||
945+
type !== 'notify' ||
946+
!received?.message ||
945947
received.message?.protocolMessage ||
946948
received.message?.pollUpdateMessage
947949
) {

0 commit comments

Comments
 (0)