We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ecc88 commit bd09328Copy full SHA for bd09328
src/whatsapp/services/whatsapp.baileys.service.ts
@@ -941,7 +941,9 @@ export class BaileysStartupService extends WAStartupService {
941
942
// for (const received of messages) {
943
if (
944
- (type !== 'notify' && type !== 'append') ||
+ // (type !== 'notify' && type !== 'append') ||
945
+ type !== 'notify' ||
946
+ !received?.message ||
947
received.message?.protocolMessage ||
948
received.message?.pollUpdateMessage
949
) {
0 commit comments