Update whatsapp.baileys.service.ts

This commit is contained in:
Jeferson Ramos
2026-01-14 13:14:03 -03:00
committed by GitHub
parent 048f82590c
commit e5fab3ef2b
@@ -2248,7 +2248,7 @@ export class BaileysStartupService extends ChannelStartupService {
mentions,
linkPreview,
quoted,
options.messageId,
optionsoptions?.messageId ?? null,
group?.ephemeralDuration,
// group?.participants,
);
@@ -2270,7 +2270,7 @@ export class BaileysStartupService extends ChannelStartupService {
mentions,
linkPreview,
quoted,
options.messageId,
options?.messageId ?? null,
undefined,
contextInfo,
);