Skip to content

Commit 26e7eef

Browse files
Merge pull request #2259 from muriloleal13/fix/baileys-message-stub-placeholder
fix(baileys): prevent message loss from WhatsApp stub placeholders
2 parents b55c9fc + 8e7f348 commit 26e7eef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,6 +1097,7 @@ export class BaileysStartupService extends ChannelStartupService {
10971097
'Invalid PreKey ID',
10981098
'No session record',
10991099
'No session found to decrypt message',
1100+
'Message absent from node',
11001101
].some((err) => param?.includes?.(err)),
11011102
)
11021103
) {

0 commit comments

Comments
 (0)