mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-03-21 20:18:40 -06:00
Update whatsapp.baileys.service.ts
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user